X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Struggling with easy CSS issue: font color change (https://forum.x-cart.com/showthread.php?t=47891)

AMMoyer 06-03-2009 09:14 AM

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.

autobulbs 06-08-2009 04:30 AM

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.