Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096896
    MaddyJones
    Participant

    Hi,

    I’d like my Woocommerce cart to only appear when on a certain page. I’m using Ethos. Is this possible?

    Many thanks

    #1096996
    Joao
    Moderator

    Hi There,

    Please point which pages you would like Woocommerce to be displayed and which ones you would like not to be displayed.

    Please post us the link to each of those pages.

    Thanks

    Joao

    #1098735
    MaddyJones
    Participant
    This reply has been marked as private.
    #1098810
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar .x-nav>li.x-menu-item-woocommerce>a .x-cart.inline.inner-outer {
      display: none;
    }
    .page-id-7923 .x-navbar .x-nav>li.x-menu-item-woocommerce>a .x-cart.inline.inner-outer {
      display: block !important ;
    }

    Hope it helps

    Joao

    #1099021
    MaddyJones
    Participant

    Wow thanks so much, that worked, thanks!

    #1099047
    Joao
    Moderator

    Glad to hear it.

    Joao

    #1128890
    MaddyJones
    Participant
    This reply has been marked as private.
    #1129079
    Nabeel A
    Moderator
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1096896 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>