Change colour ?

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Tue May 29, 2012 8:49 pm
Hi
Im trying to change the font color of style 1 (green) to be the same as style 2 (red). So I did a find/replace of the 2 color hex codes in style1.css adn saved the file.

But nothing changes? :(
User avatar
Junior Boarder

Konrad M
Wed May 30, 2012 7:28 am
Hi,
Did you clear cache ?
User avatar

GK User
Wed May 30, 2012 9:45 pm
Well, it did change, but took some time. Probably server delay or something .

Thanks
User avatar
Junior Boarder

Konrad M
Thu May 31, 2012 7:44 am
I'm glad is working now :)
User avatar

GK User
Mon Jul 30, 2012 1:00 pm
Hi,

Sorry, maybe a dumb question, but I'm new to Joomla and web programming.
Can you tell me, where can I find the "Welcome!" text's color in style1.css file? Can I change it in the CMS Administrator site, or need to change manually in the css file?

Thanks,
User avatar
Junior Boarder

Konrad M
Mon Jul 30, 2012 3:21 pm
This one you will find in typography.style1.css (951 line). It is:
Code: Select all
.gkHeader h1 {
color: white;
font-size: 60px;
font-weight: normal;
width: 365px;
}

Just edit it.
User avatar

GK User
Tue Jul 31, 2012 12:36 pm
Thanks! It worked.

Do you have any downloadable guide where these informations are stored, if I need to do some other modifications? Or the typography.style1 is a well known file for experienced web developers for changing font colours?
User avatar
Junior Boarder

Konrad M
Tue Jul 31, 2012 12:41 pm
Unfortunetly I don't have. But I advise install firebug. It is great firefox tool to find css rules for elements. It makes webdevoloper's work more effective.
User avatar

GK User
Tue Jul 31, 2012 1:10 pm
Great, thanks for this tool!
User avatar
Junior Boarder


cron