how to change font colour for all website

October 08 Joomla Templates
GK User
Wed Nov 19, 2008 7:21 pm
Hi, I try to change the font colour in the website template "The News II", I have been searching in all css, took one by one and look for something like font colour, I couldn't find it. Please advise how can I change it.

Thank you very much...

Ted
User avatar
Fresh Boarder

GK User
Thu Nov 20, 2008 12:36 am
in files style1.css, style2.css etc. you haven't any color properties ?
User avatar
Administrator

GK User
Thu Nov 20, 2008 1:01 pm
Hi, was not there in style1, style2 and style3, looked everywhere...

Found it in template_css.css

}
Code: Select all
body {
   background: white;
   line-height: 1;   
   color: black;                  (replaced "black" with my colour "#666666")
}



thanks, hope this will save time for someone else who wants to change colour in the future...

Ted
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.