Hide Shapely Page Title

Hi there,

I’m just wondering if there is a way to remove the page title from all pages and reduce the gap between the header and content (see attachment)?

As the site is under development, I cannot give you the URL of the site.

Thanks for your help.

Hello there,

I hope you are doing well today.

Without a link to your website we would not be able to find the elements being used on the page so the code provided is derived from the demo of the theme. You can use the following CSS code to remove the title by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove title*/
header.entry-header {
    display: none;
}

/*Remove gap*/
section, footer {
    padding: 0px;
}

Best Regards,
Support

Hi there,

Unfortunately this CSS did not work for me, but I found a solution that works well.

I added this CSS:

/*Remove title*/
a {
    display: none;
}

Then I installed and activated the ‘WP Meta and Date Remover’ plugin.

This removes both the page title, date and author from pages.

HI astrog,

It’s work and really thanks for your help, cheer up!

Hello there,

I am glad that you found a solution.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support