Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114818
    JBTola
    Participant

    Hello! I hope I get a quick response on this 😀 I am having trouble removing the site title and tagline on my header. I’ve put a logo on the theme so I wont be needing the site title and tagline. In the Appearance > Customize > Site Identity I have unchecked the Display site title and tagline already but it still appears in the header.

    Hope you can help, thanks! 🙂
    Brian

    #114849
    Mahesh
    Keymaster

    @jbtola: Thank you for pointing out the issue. This will be fixed in the next update. Thank you for your patience. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-header { 
        position: absolute !important; 
        clip: rect(1px 1px 1px 1px);
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘"Display site title and tagline" unchecked but it still appears on my header’ is closed to new replies.