override.css overridden by style1.css

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 May 02, 2013 12:24 am
Reply with quote
Report this post
Hi, I'm trying to change the light blue from the Simplicity template (#4C90FE) to another blue (#587699) to match my logo. I've copied every .css rule that referred to this blue to override.css and changed the color. In some places, style1.css takes precedence over the override template (see http://www.byimke.nl/index.php/docs). How do I solve that? Thanks.
User avatar
Senior Boarder

GK User
Thu May 02, 2013 1:45 am
Reply with quote
Report this post
You can add !important tag to your css then it won't be overriding any more. If there is any !important tag in style1.css then you can also remove that if you want.

Code: Select all
#gkColor1 { background: #587699!important; }


See you around...
User avatar
Platinum Boarder

GK User
Thu May 02, 2013 9:57 am
Reply with quote
Report this post
Thanks Norman,

I'd already done that, but had missed part of the code... :oops:

Cheers,
Imke
User avatar
Senior Boarder

GK User
Thu May 02, 2013 10:02 am
Reply with quote
Report this post
No problem at all, see you around :)
User avatar
Platinum Boarder


cron