• Hi There,

    Can anyone help me remove the site title from the header to display the logo only? This has only appeared recently after an update.

    The site currently has the following custom CSS which is no longer working;

    .site-title {display: none; !important
    }

    .site-description {
    display: none; !important
    }

    h1.site-title {
    display: none !important
    }

    Thanks,

    Tess

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

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

    I went to Appearance>Theme Editor and pasted the following code in Additional CSS:

    .site-header .site-title, .site-header .site-description{
    	display:none;
    }

    Let me know if that works!

    Thread Starter tessadesign

    (@tessadesign)

    It did – thank you, Sydney.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Website Title’ is closed to new replies.