• Resolved chainznanz

    (@sunitkaul)


    Hi Alex,

    Is there a way to hide the tagline next to the logo? Don’t want to remove it, just hide it from view.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I would like to know how to do this as well.

    My tagline appears next to my logo, I just want the logo to be visible.

    Reference

    Theme Author acosmin

    (@acosmin)

    Open style.css, find:

    .logo .description {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: italic;
    line-height: 36px;
    margin-left: 20px;
    }

    Replace with:

    .logo .description {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: italic;
    line-height: 36px;
    margin-left: 20px;
    display: none;
    }

    Thank you!

    Mine disappeared when I activated the 720×90 banner option from Apperance > Theme Options . Is this normal?

    Theme Author acosmin

    (@acosmin)

    Yes, it is normal. It will overlap otherwise.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is there a way to hide the tagline?’ is closed to new replies.