Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am trying to hide the main div containing the theme in my wordpress. I am just testing something. I can simply use css to display none the div, but some themes have the wrapper with a different id or class. The image below show what I am trying to hide no matter which theme I am using. Thanks.Theme Wrapper to be hidden.

share|improve this question
Not all themes have that or anything like it, and there is no way to predict the ids and classes that a theme might use. I see no way to reliably do what you are trying to do. – s_ha_dum Jan 30 at 0:50
This is a purely CSS question. Themes can output any HTML markup or CSS styling they want. WordPress has no direct control over Theme markup. – Chip Bennett Jan 30 at 0:57

closed as off topic by s_ha_dum, Chip Bennett, Bainternet Jan 30 at 6:01

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.