• Resolved Stein7

    (@stein7)


    Hi

    How can I hide the site description using CSS?
    I tried the following codes, but they didn’t work…

    #site-description {display:none!imortant};

    OR

    #header-description {display:none!imortant};

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    you can simply remove the site description by setting the value “Hide” in “Theme Options > Homepage Settings > Display Site Description”.

    Or, you can use the following CSS:

    .header-description-wrapper {display: none !important;}

    Best regards,
    Tomas Toman

    Thread Starter Stein7

    (@stein7)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide site description’ is closed to new replies.