Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    You can hide it with CSS:

    .wpmenucartli {
    	display:none !important;
    	visibility: hidden;
    }

    then show it on only woocommerce pages:

    body.woocommerce .wpmenucartli {
    	display: inherit !important;
    	visibility: visible;
    }

    in that order! Let me know if that works for you too!

    Ewout

    Ewout:

    Nice work, that worked for me..

    seanrobert

    Plugin Contributor Ewout

    (@pomegranate)

    Hi seanrobert,
    Thanks for the feedback! It’s always nice to know that someone actually uses a solution when I take time to solve it ??

    Have a great week!
    Ewout

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I use the button in store pages only?’ is closed to new replies.