Remove text from header

Hi,

In the Shapely theme we have a duplication of the text that appears in the header and then in the title of the body of text. I’ve searched these forums a bit and I’ve seen a few solutions which either remove the title from the body or remove the entire header itself.

I would like to keep my header image on all pages but remove the page title text from the header and just keep the title in the actual body itself.

I hope this makes sense and someone can help.

Thanks.

Hello there,

I hope you are doing well today.

Could you please provide a link to the site along with an image of the title area you would like to have removed?

Best Regards,
Support

Hi, was this resolved? I’m looking to solve the same issue.

Hello there,

You can use the following CSS code to remove the header text by going to Appearance > Customize > Additional CSS and pasting it there.

/*Header text removal*/
h3.page-title {
    display: none;
}

Best Regards,
Support