Tagged: x Author Posts June 6, 2016 at 3:47 pm #1028675 VldmzrnkParticipant 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/ June 7, 2016 at 12:09 am #1029303 ChristopherModerator 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. June 10, 2016 at 7:18 am #1035744 VldmzrnkParticipant 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/ June 10, 2016 at 11:25 am #1036092 RahulModerator 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. Author Posts <script> jQuery(function($){ $("#no-reply-1028675 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In