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)
-   -   text color (https://forum.x-cart.com/showthread.php?t=28703)

happy mutant 02-08-2007 07:34 PM

text color
 
I have changed my background color to black. The issue is that my welcome message is also in black, as is the intro part for gift certs, profile change, etc. Is there a way to change only the text color these and leave the text black for the product areas.

http://www.happymutantmultisport.com/store/home.php


Thanks for any help anyone can offer.

balinor 02-09-2007 02:59 AM

Re: text color
 
You would need to use CSS to style those individual items. Surround them with a <span> or <div> tag with a class associated with it. Example:

<span class="white">text you want formatted</span>

Then in skin1.css, add a 'white' class:

.white {color: #FFFFFF;}

make sense?

happy mutant 02-09-2007 03:09 AM

Re: text color
 
Thank you so very much. I think I can figure that out.


All times are GMT -8. The time now is 05:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.