Home › Forums › Support › Disable sidebar in shop page (Woocommerce) This topic has 7 replies, 4 voices, and was last updated 3 years, 2 months ago by Elvin. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 4, 2020 at 8:04 pm #1431403 Francisco Hi, I am trying to disable the sidebar in shop page and I can´t! I have disabled it in the page admin. But in the front end I still see it. The strange thing is that in the HTML code I can´t find the PAGE ID as WordPress shows in all the entries or pages to add a custom CSS code What should I do? Thanks, Francisco September 5, 2020 at 4:03 am #1431677 DavidStaff Customer Support Hi there, did you use a Site from the library to set up your site ? September 5, 2020 at 4:20 am #1431689 Francisco Hi! yes. Don´t worry I have finally added a custom CSS inside the “HTML block ” that hides the right sidebar and expands primary sidebar to 100% Thanks! Francisco September 27, 2020 at 6:26 pm #1461551 Jhinuk Hi Francisco, Would you mind sharing the custom CSS you used? Thank you, JC. September 27, 2020 at 7:08 pm #1461574 ElvinStaff Customer Support Hi JC, I’ve answered you topic related to this. Please check it out. https://generatepress.com/forums/topic/how-to-remove-sidebar-on-shop-page/#post-1461572 September 27, 2020 at 7:45 pm #1461597 Francisco Hi!! I can´t remember in which site I had this problem. But I had inserted something like this as an HTML BLOCK in that page <style> .ID_SIDEBAR { display: none !important; } .ID_main_div { width: 100% !important; } </style> September 27, 2020 at 8:21 pm #1461610 Jhinuk Thank you! JC. September 27, 2020 at 8:26 pm #1461612 ElvinStaff Customer Support @Francisco Awesome, yeah that will work assuming you know the right selectors. @Jhinuk You have to know the unique selector for your shop page if you want the CSS to apply exclusively on the shop page only. 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In