![]() |
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. |
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? |
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.