Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #349651

    Hi

    How can I best hide the woocommerce cart button in the header on certain pages?

    many thanks

    Peter

    #350080

    Hey envapk2!

    When editing your page drag a codeblock element over and add this inside it.

    <style type = "text/css">
    .cart_dropdown { display: none !important; }
    </style>

    Regards,
    Elliott

    #350447

    Hi Elliott

    That’s great, many thanks

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HIde cart button on some pages’ is closed to new replies.