• Resolved christopherjeffery

    (@christopherjeffery)


    Dear Support

    I’m trying to remove the site title and tagline as I have a logo in its place.

    I have unticked “Display Site Title and Tagline” in the Customiser under Site Identity, but it still appears.

    Can you please assist?

    Many thanks

    Chris

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

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

    You can remove the site title and site description with the help of custom css. You need to apply below given css in the style sheet.

    h1.site-title {
    display: none;
    }
    h2.site-description {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter christopherjeffery

    (@christopherjeffery)

    Dear Manoj

    That’s what I am after, thank you very much!

    Thanks again

    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to remove site title and tagline’ is closed to new replies.