Jump to content

[SOLVED]How to edit product list style?? **HELP


Recommended Posts

To remove the background behind the title, remove the following line from the h2 block in the /* global style */ section of css/global.css in your theme's directory:

background: transparent url('../img/title_bg.gif') no-repeat top left;



To remove the background on the product list items, remove the following line from the ul#product_list li block in the /* product-list.tpl */ section:

background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;

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