Jump to content

[SOLVED] Short Description text color - VIEWED PRODUCTS, NEW PRODUCTS, TOP SELLERS


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...