Hi,
I would like to remove the price on the product side in woocommerce. Is there a quick solution for this? In Short CSS Code in Enfold Child?
Many Thanks
Jürgen
Hey winnerl,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color .price {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
ok thanks Viktoria,
but is it possible remove the price ONLY on the single-product-Page?
Merci
Jürgen