Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1157601

    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

    • This topic was modified 5 years ago by hartgen.
    #1157623

    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

    #1157680

    Hi Mike,
    it works perfect!
    Thanks a lot and have a good time
    Jorg

    #1157684

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide price and hints for shipping costs and tax rate on product detail page’ is closed to new replies.