• Resolved Crunchthalomew

    (@crunchthalomew)


    Wonderful theme! Thank you so much for creating it.

    Forgive me if this question exists already, I could not find it.

    How can I remove the Tagline text from the header but keep it in the browser tabs?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Tareq

    (@worthingtech)

    Within your stylesheet, add the following:

    .site-description {
    display: none;
    }
    Thread Starter Crunchthalomew

    (@crunchthalomew)

    Hi Tareq,
    Thanks for the quick reply. I tried your suggestion in the custom.css like this:

    /* Global */
    .mystyle {.site-description {
    display: none;
    }}

    but didn’t see a change. Custom.css is enabled in the Theme Options.

    Am I missing something?

    Tareq

    (@worthingtech)

    Yeah, just copy my exact snippet, i.e. don’t need the .mystyle{ or the closing }

    Copy this exactly:

    .site-description {
    display: none;
    }
    Thread Starter Crunchthalomew

    (@crunchthalomew)

    That worked. Thanks!

    Tareq

    (@worthingtech)

    No problem.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Tagline From Header’ is closed to new replies.