Changing color of details

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Oct 19, 2012 1:31 pm
Hi Guys,

I have selected the style2/blue as my default color but I would like to change the green color of the more news link, the login link and the image show progress bar to the same yellow in my logo. Is there a simple way (override) to do this?
My site is here: http://www.bradleystilwell.com
Thank you

Brad
User avatar
Senior Boarder

Konrad M
Fri Oct 19, 2012 1:44 pm
Hi,
please try add this to override.css
Code: Select all
a#btnLogin {
   color: #9fb636 !important;
}
.gkIsWrapper-gk_league_news1 .gkIsLoader > div.gkIsProgress {
   background: #9fb636 !important;
}

.gkIsWrapper-gk_league_news1 .gkIsMoreNews {
   background: #9fb636 !important;
}

and set your own color value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Oct 23, 2012 9:12 am
Perfect thanks Konrad! :-)

Brad
User avatar
Senior Boarder


cron