• Resolved evelynlek

    (@evelynlek)


    Despite trying to follow the instructions in wordpress codex, I can’t seem to “display none” for weblog title and tagline. I am using the latest Kubrick theme (default style). Can someone help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • A link would get you specific help.
    Find the .description in header.php – I
    <div class="description"><?php bloginfo('description'); ?></div>

    Delete that line

    For the title, find the css
    h1 {
    font-size: 4em;
    text-align: center;
    }

    and make that
    h1 {
    font-size: 4em;
    text-indent: -100em;
    }

    There are a variety of ways, this is one.

    Thread Starter evelynlek

    (@evelynlek)

    Thank you so much for your pointers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display none for weblog title and tagline’ is closed to new replies.