Jump to content

[SOLVED] Tidy up Accessories Display


Recommended Posts

Where can I go (which files) do I need to modify to tidy up the display in accessories. Text over-writes other text, justification is not stream-lined. Some images have boxes, others don't and I certainly don't need four links to view the same product. Perhaps the "view button could go"

35751_tSFgSXkPqqH9j7xVBqvt_t

Link to comment
Share on other sites

The accessories use the featured products code for their width. That code is in the /* Special style for block products in center column */ section in the #center_column .products_block ul li block. You can try changing that, or override it in the accessories section by adding a width to the #center_column .products_block.accessories_block .block_content li block.

Link to comment
Share on other sites

The hover background colour is in the /* Special style for block products in center column */ section:

#center_column .products_block ul li:hover { background-color: #bdc2c9 }



For the description hover, I think you will have a add a new line like the following:

#center_column div.products_block p.product_desc a:hover { color: red }



Change red to the colour you want.

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...