Sachse Posted February 12, 2008 Posted February 12, 2008 http://ka-jewellery.com/shop/index.php?language=en I can't see the Welcome Guest text as it is in black, but I don't know where to find the passage in the files, so I can change the color... can anybody help please? <_<
krnl Posted February 12, 2008 Posted February 12, 2008 You need to update class "TD.main" in stylesheet.css to a color other than #000000 TD.main, P.main TR.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; font-color: #FFFFFF; } This will likely affect other text colors in your site, so you may have to create new classes as you go in order to alleviate any problems where main text is used elsewhere. I see that you already added a <font color="#eeeeee"> attribute to your TEXT_MAIN. This text is also handled by the TD.main css class, so you can get rid of the font declaration there once you update your stylesheet.
Sachse Posted February 12, 2008 Author Posted February 12, 2008 You need to update class "TD.main" in stylesheet.css to a color other than #000000 TD.main, P.main TR.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; font-color: #FFFFFF; } This will likely affect other text colors in your site, so you may have to create new classes as you go in order to alleviate any problems where main text is used elsewhere. I see that you already added a <font color="#eeeeee"> attribute to your TEXT_MAIN. This text is also handled by the TD.main css class, so you can get rid of the font declaration there once you update your stylesheet. didn't work, still black <_<
krnl Posted February 12, 2008 Posted February 12, 2008 oops..not font-color...just color: #FFFFFF; TD.main, P.main TR.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; color: #FFFFFF; } Sorry 'bout that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.