Change title color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Nov 29, 2012 7:38 pm
Reply with quote
Report this post
How can I change this color to black? My background image will be clear.Image
User avatar
Senior Boarder

GK User
Thu Nov 29, 2012 7:45 pm
Reply with quote
Report this post
Hi

Please enable the use of css override on template parameters > advance settings:

Them try adding this lines on ../gk_startup/css/override.css file.

Code: Select all
.gkIsWrapper-gk_startup .gkIsText h2 a{color: #000;}
.gkIsWrapper-gk_startup .gkIsText p {color: #666;}


If that don't work - use !important rule.

Code: Select all
.gkIsWrapper-gk_startup .gkIsText h2 a{color: #000!important}
.gkIsWrapper-gk_startup .gkIsText p {color: #666!important}


Cheers
User avatar
Platinum Boarder

GK User
Thu Nov 29, 2012 8:25 pm
Reply with quote
Report this post
it works without !important
Thanks
abraço
User avatar
Senior Boarder


cron