chaoske Posted December 4, 2014 Share Posted December 4, 2014 (edited) Hi, Is it possible to hide the color boxes (as an attribute, see product on the left side on the image) in the product list? Thx for any help! Edited December 4, 2014 by chaoske (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted December 4, 2014 Share Posted December 4, 2014 Open yourdomain/themes/yourtheme/css/product_list.css and find this code: ul.product_list .color-list-container { margin-bottom: 12px; } Change to: ul.product_list .color-list-container { margin-bottom: 12px; display: none; } Link to comment Share on other sites More sharing options...
chaoske Posted December 5, 2014 Author Share Posted December 5, 2014 Thx a million dioniz, appreciate your help! I'll give it a try as soon as I'm home. 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