Site logo

Archived topic

No option to hide website title in header when adding it as h1

14 replies · Started by Joe on February 26, 2022

Viewing posts 1–15 of 15

Hi, Im certain there was an option to hide the website title on my site page, but now I don't see that option. Can you explain please.

Thanks

Joe

Hi, Leo. thanks for the reply. Your screen capture is nothing like mine. Is it because I am using the child theme.

It seems that with this theme the only way to have the site title on the page is to add it where you recommend. Should this not happen automatically. I have added the title and tagline but they are showing above the header image which I don't want. There used to be an option on the page editor to hide this while still keeping the info on the source code page.

Yes sure. Where can I attache theimage?

Hi there,

if you don't want to use a 3rd party service to uploda your screenshot then, upload the screenshot to your WordPress sites media library, select that image in the media library and copy the URL it provides.

Hi, here is the image you requested. https://lessoningolf.com/wp-content/uploads/2022/02/generatepress-image.png

As you can see the site title and the tagline are both showing above the header. Having this enabled is the only way that I can have the site tile in an h1 tag on the home page source. Why is this?

There was a method to have this not to show previously but don't see that option anymore in the page editor.

Although I am using the child theme, something else I have noticed is the Generatepress theme on my site is Version: 3.1.3 . Is that not the free version? Should I change this to the Premium version which I have paid for?

Thanks

Joe

If i understand correctly you simply want to hide the Site Title and Tag line.
To do that and keep the H1 HTML then you need to add this CSS:

.site-branding {
    display: none;
}

The option to disable the Content Title is in the Post Editor:

https://docs.generatepress.com/article/disable-elements-overview/

But this the Content H1 not the Site Title H1 that GP outputs on a home blog page. You need the CSS above to hide that.

Could you please answer this question. Although I am using the child theme, something else I have noticed is the Generatepress theme on my site is Version: 3.1.3 . Is that not the free version? Should I change this to the Premium version which I have paid for?

Where do I add this in the CSS.Is there any particular place?

.site-branding {
display: none;
}

GeneratePress is the free theme.
GeneratePress Premium is a plugin, which extends the features of the free theme. You should see the plugin in Dashboard > Plugins.

The CSS:

.site-branding {
    display: none;
}

Goes in Customizer > Additional CSS

On your site there is the option to download either free GeneratePress
Type: Theme • Version: 3.1.3 • Installation Instructions

Or premium. GP Premium
Type: Plugin • Version: 2.1.2 • Installation Instructions

This archived topic is closed to new replies.