Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums WordPress Themes Elvyre – Retina Ready WordPress Theme how to delete the header space in category display? Reply To: how to delete the header space in category display?

#827
Robert Kavgić
Participant

Hello,

Yes, there is. I asked you if you have turn on the “Hide” button because this shouldn’t happen unless you modified something.

Anyway, here is the custom CSS code which will remove this grey area:

body.category #page-title,
body.single-post #page-title {
    display: none !important;
}

body.category section#header-wrapper, 
body.single-post section#header-wrapper {
    padding-bottom: 80px !important;
}

Robert