Jump to content

Remove product attributes and "In Stock" button from products


Recommended Posts

  • 1 month later...

Hello

 

Assuming you are using PS 1.6 default theme and you mean product list page then you can add this code anywhere in global.css

 

/* Removed In Stock from product list page */

ul.product_list .availability span {display:none!important}
 
 
/* Removed Colour block from product list page */
ul.product_list .color-list-container ul li {display:none!important;}
 
Before
 
After
 
You can acheive exactly the same by editing product list.css
 
Paul
  • Like 2
Link to comment
Share on other sites

  • 9 months later...

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