Jump to content

[SOLVED]How to move/modify BUY and VIEW icons in product list?? HELP**


Recommended Posts

Have a look at the /* product-list.tpl */ section of css/global.css in your theme's directory. You need to increase the width of ul#product_list li div.center_block and decrease the width of the ul#product_list li div.right_block by an equal amount to move the buttons to the right. This will be easier if you change the width of both to px insteaed of % and em.

The view buttons uses the default button background and the add to cart button uses the default exclusive background. You can change those in the /* global button */ section, or if you want to change the product listing buttons only and not all the buttons, you'll need to override the graphics with ul#product_list li a.button and ul#product_list li a.exclusive CSS blocks.

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