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

    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

    #842055

    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

    #842061

    ok thanks Viktoria,
    but is it possible remove the price ONLY on the single-product-Page?
    Merci
    Jürgen

    #843160

    Hi,

    Please use the code as following

    .single .price {
            display: none !important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.