Hello - I just need to make the font in the welcome message that appears below the slider on the mainpage Century Gothic...how can I do this? also, how can i change the font size? thank you!
how to change the font of the welcome message
2 posts from 2 voices-
Posted 1 year ago #
-
Hi stunna42,
Depending on which skin (color scheme) you've chose under Display Options, open either style1.css, style2.css or style3.css in your /css/ folder. Search for #infotext h2.
Once you've found add the following two lines the code already found there.
font-family: "Century Gothic", arial, sans-serif; font-size: 18px;Your final code will look similar to this:
#infotext h2 { background: url("../images/skin1/bg_infotext.png") no-repeat scroll center bottom transparent; color: #555555; font-family: "Century Gothic", arial, sans-serif; font-size: 18px; }Note 18px is the default font size so you'll need to change.
Regards,
MyaPosted 1 year ago #
Reply
You must log in to post.














