![]() |
Struggling with easy CSS issue: font color change
I am trying to change the font color to white on the welcome.tpl since I have a dark background for this template. I've tried adding a new class, but Firebug always shows the that the style that is controlling the font color is Line 5 of the CSS and my newly created style is overwritten. I am obviously not skilled enough with CSS yet to create a new style that completely overrides the base style. I have tried everything I can think of to make this work. Any assistance is greatly appreciated. Thanks.
|
Re: Struggling with easy CSS issue: font color change
You could add !important to the line of css code like this:
.myClass { color:#fff !important; } |
All times are GMT -8. The time now is 01:08 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.