Bricks Version: 1.5
Browser: Chrome 90
OS: Windows
Hi
it will be nice to have more freedom to style the woocommece price {woo_product_price} in product or carousel element
Bricks Version: 1.5
Browser: Chrome 90
OS: Windows
Hi
it will be nice to have more freedom to style the woocommece price {woo_product_price} in product or carousel element
Thanks for sharing this, I believe these issues should be fixed as well, I faced these issues while working on a demo site and had to use some CCSS to remove the sale’s price underlined (which was not easy to find the exact CSS selector in inspection). I didn’t try to remove the first currency symbol but it’s better to be able to remove it as it takes more unnecessary space.
Hey Mehdi,
we’re using the default WooCommerce elements markup. If you inspect the elements, you’ll see the individual classes - if there are any, so you can style the element very easily:
.woocommerce-Price-currencySymbol { ... }
ins{ text-decoration: none; }
Easy, isn’t it?
Best regards,
timmse
You make life easier
Bye the way please add this features in future updates
We’ll have to see… WooCommerce is partly a pure disaster in regards to the markup