Home › Forums › Support › How to remove site-content from Generateblocks created pages e.g. Home page This topic has 7 replies, 3 voices, and was last updated 7 months ago by Fernando. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 21, 2022 at 5:15 am #2318947 Pankaj How to remove site-content from Generateblocks created pages e.g. Home page Can any support guy help me with this? I want to remove content and want to show only elements on home page or other pages I am creating using Generateblocks. Find update Digital Marketing exam answers on G Certification Course. August 21, 2022 at 11:06 am #2319300 LeoStaff Customer Support Hi there, The site-content div is a default theme structure and is required for things to work properly. I can’t see why you would need to remove it? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 21, 2022 at 7:23 pm #2319529 Pankaj Hello, I want to get rid of this space: https://prnt.sc/IyoLQlMjXj4P Find update Digital Marketing exam answers on G Certification Course. August 21, 2022 at 7:54 pm #2319538 Fernando Customer Support As Leo mentioned, that section is part of the theme-structure, however, if you wish to remove it, you can try this CSS: .inside-article { display: none; } August 21, 2022 at 7:56 pm #2319540 Pankaj Hello, This code will remove it from all the pages. I have blog section too. Find update Digital Marketing exam answers on G Certification Course. August 21, 2022 at 8:11 pm #2319545 Fernando Customer Support I see. You can add it through a Hook Element instead: <style> .inside-article { display: none; } </style> Hook it to wp_head. Set the display rules to your preference. August 21, 2022 at 8:44 pm #2319557 Pankaj Hello, The last reply solved the issue. Find update Digital Marketing exam answers on G Certification Course. August 21, 2022 at 9:16 pm #2319563 Fernando Customer Support You’re welcome Pankaj! 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