alpaca Posted February 4, 2010 Share Posted February 4, 2010 Hey Chaps,Why is it that the short description text color in the Viewed Products, New Products and Top Seller Blocks are all linked to the text colour on the rest of the website - it's crazy! I have added around 3 more grey hairs to my mullet - lol.Can anyone tell me how to change the text color for the short description individually? body { background: #ffffff url('../img/backgroundImage.gif') 0 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color:#fff; text-align:center; Any ideas how to manipulate it so I can change the short description text color in these blocks to a different color from the rest of the website? Link to comment Share on other sites More sharing options...
alpaca Posted February 4, 2010 Author Share Posted February 4, 2010 Sorry to sound impatient and maybe ungrateful, but if someone can answers this with a fix - it'll be us one step closer to launching next week;) Link to comment Share on other sites More sharing options...
rocky Posted February 5, 2010 Share Posted February 5, 2010 Here's something you can try. Modify the following code in global.css for the new products block: /* Block new products */ #new-products_block_right dt a { font-size:0.8em; font-weight:bold; } Add this section to the global.css to customise the top sellers block: /* Block best sellers */ #best-sellers_block_right dt a { font-size:0.8em; font-weight:bold; } /* Block viewed products */ #viewed-products_block_left p { font-size:0.8em; font-weight:bold; } Change font-size:0.8em; font-weight:bold; to whatever style you want the block to have. Link to comment Share on other sites More sharing options...
alpaca Posted February 5, 2010 Author Share Posted February 5, 2010 Rocky, once again!!!! Thank you very much that did the trick! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now