how to remove white space where entry header is on pages
-
Good day folks,
We are trying to create a new frontpage for the site. We are not using elementor or any other, but the wordpress page builder.
We noticed a few things to get fix, but first we are trying to remove the entry header on the page we are developing as a frontpage. We used the option cover in the wordpress builder and we added the code below. Although it helped somehow, we still see a white space in between, where the entry header and entry title was.
.page-id-(number) .entry-header {
display:none !important;
}.page-id-(number) .entry-content {
margin-top: 0 !important;
}We are using the latest version of wordpress. Not sure if it is related to this version or not, but we don’t see all the functionalities others do have on their sites when share their tutorials about how to build up a front-page using wordpress page builder.
Could you give us a hand with this issue please?
In advance, thank you for your help and interest.
- The topic ‘how to remove white space where entry header is on pages’ is closed to new replies.