Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1028675
    Vldmzrnk
    Participant

    Hello,

    I have an online magazine and online shop in the same website. I want to remove the right widget area when a user is on the woo commerce pages as shop cart, check out and item list.

    You can see the widget area I want remove here:

    http://trimey.com/tienda/

    And this one I would like to keep

    http://trimey.com/

    #1029303
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .archive.woocommerce .x-main {
        width: 100%;
    }
    .archive.woocommerce .x-sidebar {
        display: none;
    }

    Hope that helps.

    #1035744
    Vldmzrnk
    Participant

    I don’t want it to appear in these pages as well:

    http://trimey.com/mi-cuenta/
    http://trimey.com/caja/
    http://trimey.com/carrito/

    #1036092
    Rahul
    Moderator

    Hey There,

    Use the following code :

    .page-id-270 .page-id-272 .post-id-270 .archive.woocommerce .x-main {
        width: 100%;
    }
    .page-id-270 .page-id-272 .post-id-270 .archive.woocommerce .x-sidebar {
        display: none;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1028675 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>