• Hi,

    I have been desperately trying to remove the site title from bugging my pages but the only option I found to do so is to leave the “Page Title” empty. Indeed, there is no option on my theme to simply “Hide Site Title and Tagline”.

    Could you please help? Thanks a lot!

    All the best

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    There are a lot of options to do them. The quickest is simply hiding it using css but google can still see it as it is just hidden visually.

    You can do this by doing this:

    1) Go to Appearance > Customize > Additional CSS

    2) Put this in there to hide the page masthead area on the home page…

    body.home .page-masthead {
    display: none;
    }

    let me know if this is what you needed.

    Thread Starter franckn5

    (@franckn5)

    Thanks a lot! I did what you said but it still does not work as you can see: tempo2.com (The site Title “Tempo2” still appears at 2 locations where it should not: up left and at the bottom in the middle just over the email icon…)

    Any hint? Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing “Site Title” from bugging my pages.’ is closed to new replies.