kiwiacw 1 Posted October 27, 2008 Posted October 27, 2008 I am wanting to change the large rectangular product box (the one that shows on the category page not the individual product page) but am unsure where this is located..am I right in thinking this is a jpeg or a gif?Cheers Share this post Link to post Share on other sites
disarci 66 Posted October 27, 2008 Posted October 27, 2008 Hi, no, it's in the global.css, you can change dimension, or color or background: /* product-list.tpl */ ul#product_list{ margin-top:2em; list-style-type:none; } ul#product_list li { background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x; border: solid 1px #d0d3d8; padding: 6px; height:60px; ///////example height clear:both; margin-bottom:0.3em; } in produc-list.tpl you can change the pagination. Share this post Link to post Share on other sites
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