Viewing 1 replies (of 1 total)
  • I hide it on certain pages and posts by using CSS like…

    /* Hide share buttons on certain pages */
    .woocommerce-cart .ksharelinks, .woocommerce-checkout .ksharelinks, .page-id-1503 .ksharelinks, .postid-669 .ksharelinks {
        display: none !important;
    }

    …where .page-id-1503 and .postid-669 are the IDs of the pages you want to hide the share buttons on (the others are WooCommerce cart and checkout pages – handy if you use that because those pages can’t/shouldn’t be shared). You’ll find the page or post ID number when editing the page or post, or in the body tag of the post or page source.

Viewing 1 replies (of 1 total)
  • The topic ‘Any way to turn it off on certain pages/posts?’ is closed to new replies.