Home › Forums › Support › Globally disabling various things This topic has 2 replies, 3 voices, and was last updated 7 years, 1 month ago by Tom. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 18, 2016 at 3:55 pm #219365 Ahmed What is the most efficient way to globally disable the various things that may inhibit your use of elementor, rather than manually disable each time you create a new page August 18, 2016 at 4:32 pm #219369 LeoStaff Customer Support I believe you have to use filters for that. Tom please correct if I’m wrong… This post might help: https://generatepress.com/forums/topic/disable-content-title/#post-218254 August 18, 2016 at 7:32 pm #219413 TomLead Developer Lead Developer .site-header, .primary-navigation, .page-header-image, .page-header-image-single, .site-footer { display: none; } That CSS will hide those elements globally. As for the title, you can do it with CSS (hide it): .entry-header { display: none; } Or remove it completely using the code Leo pointed to. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In