Hi X,
I’m trying to help reformat an existing Woo shop that has previously only been in catalogue mode (hiding prices).
Here are a few issues I am encountering. Any assistance would be appreciated.
- I can’t figure out how to “unhide” prices. All of the prices are listed on the products. Most products are “variable products.”
There’s a plugin on the site called Custom Price Labels. It doesn’t seem to make a difference if it’s active or deactivated. I’ve also looked at the Visibility Options and made sure Purchases and Pricing are Enabled. What I am missing?
There was some CSS code I removed:
/remove prices from woo index pages/
ul.products li.product .price {
display:none !important;
}
form.woocommerce-ordering {
display: none;
}
- I’d like to remove all boxes and box shadows plus any separator lines from products. In other words, just the image (with square corners), product title, then price. In the Customizer you’ll see CSS which accomplished this on another Integrity site but doesn’t seem to be working correctly over here.
Thanks so much for your help!!






