Hi team,
Can you let me know how to remove the whitespace between the logo / menu and the blog title.
I would also like to remove the horizontal line and space between the blog heading and the blog featured image
Here is a link to the blog page
Thanks
Paul
I figured out how to remove the whitespace myself. It was just a case of setting Title Bar Settings to Hide Both.
So just interested now in how to remove the horizontal line below the title and featured image.
Thanks
Paul
Hi Paul,
Please try the following in Quick CSS under Enfold->General Styling to hide the horizontal line:
.entry-content-header .av-vertical-delimiter {
display:none;
}
Best regards,
Rikard
Hi Rikard,
That worked perfectly!
Thanks
Paul