svenweer Posted December 17, 2012 Share Posted December 17, 2012 Currently I use the default theme Prestashop but because I've a lot of products without images (and don't need images) I need a different style of list. Because with all the "No image available" is pretty ugly. Can someone explain me how I can change this. I'll put some examples of how I kinda want it. (The table is not made by me but taken of www.informatique.nl) I really need it. So basically I want to remove the image block in the product list and product overview. Thannks Link to comment Share on other sites More sharing options...
yaniv14 Posted December 17, 2012 Share Posted December 17, 2012 basically you can edit themes/default/product-list.tpl. look for <div class="center_block"> the <a> tag is the image, the <h3> is the name & <p> is the description. so you can comment out the <!--a> until </a--> but you still need to make some css modification to make it in one line Link to comment Share on other sites More sharing options...
svenweer Posted December 23, 2012 Author Share Posted December 23, 2012 Thank you so much! And which CSS file do I need to change? It's easier for me to have a file instead of checking every css-file. Thanks Link to comment Share on other sites More sharing options...
yaniv14 Posted December 23, 2012 Share Posted December 23, 2012 themes/"your_theme_name" (usually default)/css/product_list.css Link to comment Share on other sites More sharing options...
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