Removing Homepage Title and White Space
- The topic ‘Removing Homepage Title and White Space’ is closed to new replies.
Need help? Check out our Support site, then
Hi there, I wanted to remove the homepage title from showing on the static home page and i found in one of your threads you mentioned using the following in custom css.
.home .entry-header {
display: none;
}
I did it and the homepage title disappear which was great. However, it left behind the white space between the menu and the display image which I dont know how to get rid of. Please help. Thank you.
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
.home .site-content {
padding: 0;
}
Thanks