Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Brian Harris

    (@zgani)

    You can use the CSS code below to hide the tagline

    .site-description {
        display: none;
    }

    For some browser you may need to add visibility: hidden; so the code would look like this…

    .site-description {
        display: none;
        visibility: hidden;
    }

    Regards,
    Zulf

    Thread Starter sarnava

    (@sarnava)

    Thank you. It worked.

    Regards,
    Sarnava.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove tag line from header’ is closed to new replies.