Leo Eisenstadt
asked 7 years ago

Hi there,
I seem to have an H1 Title showing up when I opt for the Static Front page option in the theme customization. How do I remove this?
[caption id="" align="alignnone" width="800"]Screen shot of banner Screen shot of H1 image on banner[/caption]
 
Thank you!

3 Answers
DominicStaff
answered 7 years ago

You can add the following code to the style.css file to remove it:

.wrap .banner .header-inner .page-title { display: none;}

Also, you can remove the title in the Dashboard > Customize > site title.

Leo Eisenstadt
answered 7 years ago

Hi Dominic,
Thanks for your help, I’m afraid that got rid of the banner title. I was hoping to remove the white H1 title which you can now see on the site: http://grovearchive.org
Here’s the image – it seems to have disappeared from my original message:
Screenshot of image

DominicStaff
answered 7 years ago

I know what you want, you can use the following code to remove the h1:

.page .banner.cover+.container .page-header h1 { display: none; }
Powered by DW Question & Answer Pro