Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1414183

    Good Morning,
    I have just done the most recent Enfold Theme update, and the prices of my products are now showing on my product page.
    I have previously had them hidden.
    I have this code in place
    #top.single-product .single-product-summary p.price {
    display: none !important;
    }
    #top .price { display: none ; }
    .single-product .single_variation .price { display: block!important; }

    Can you please let me know how to hide the prices.
    Thanks,
    Sally

    #1414207

    Hey Sally,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1414280

    See below an example of where the prices are showing
    Sally

    #1414287

    Hi Sally,

    Thanks for giving us a link to the page, please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-product-slider-container .product .price {
        display: none;
    }

    Best regards,
    Nikko

    #1414307

    Fantastic, thank you.

    #1414315

    Hi Sally,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Price on Product Page (Previously working, now showing)’ is closed to new replies.