Remove prices from B2B site
-
Hi..
I am trying to remove these prices at the bottom, we are a B2B website and only give prices on application.
https://postimg.cc/ygqwKB2G
Can you let me know where I remove them sitewide?
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-Price-amount,
.price {
display: none !important;
}
Best Regards,
OK thanks…
I will add..
Just wondering, is this the only wyay to do this?
CSS is a new language I can’t write.
How would I work out the right code to do this??
Hello,
Sorry, there is no direct option to hide the prices. CSS is just a quick way to visually hide prices.
Best Regards,