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?
October 23, 2014 at 12:26 pm
#827
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