E-Commerce Hide Elements on Products Page
-
I believe this is a relatively simple question to answer but i am very new to css so I am having a bit of trouble. I would like to hide certain elements on my default products page for my e-commerce website. I would like to hide the product variations element, quantity, price, and cart button. Changing the settings in the store seem to have little effect, so I would like to do it through my style.css file. I understand that it should look something like this for each element:
.wpsc_display_variation_forms{ display: none; }
However, this hides the variation form in all of my website, and since I would still like that element to be displayed in my single products page, I need a different solution.
So my question is, how do I hide these elements on my default products page but not my single products page? Also, for reference, here is the url to the website:
https://www.pru-dent.com.previewdns.com/?wpsc_product_category=scalers
- The topic ‘E-Commerce Hide Elements on Products Page’ is closed to new replies.