• Hello,

    Is there a way to hide the Woocommerce side cart on all pages but one? You have an exclusion option but it’s too broad, I can’t put in every page. I only need the cart visible on one single landing page.

Viewing 1 replies (of 1 total)
  • ​Please use this CSS, replace page-id-7 with your page.
    ​——-

    ​.xoo-wsc-modal {
    display: none!important;
    }
    ​
    body.page-id-7 .xoo-wsc-modal{
    display: block!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Include on one page only’ is closed to new replies.