Hi there,
I want to hide the price and hints for shipping costs and tax rate on the product detail page.
Please have a look at the following screenshot:
Screenshot Product Detail page
I already managed to hide the price (the numbers itself) by adding the following to the quick css:
/*
Hide price
*/
#top.single.single-product .woocommerce-Price-amount.amount {
display: none;
}
This is the link to the product:
Product Detail page
Unfortunately I found nothing about hiding the rest.
Could you please help?
Best regards
Jorg
Hey Jörg,
Thanks for the link and screenshot, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.single-product p.wc-gzd-additional-info,#top.single-product .legal-price-info {
display:none !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
it works perfect!
Thanks a lot and have a good time
Jorg
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike