• Hello,

    I have a short question. I don`t need the site title on the start page and the other pages, because I have a big picture with the logo.
    Is it possible to remove the site title from all pages, but still have a site title for my WordPress site?
    I left the field for site title empty, and this works, but as a result I have no site title for my WordPress page anymore, which is not the best solution.

    Would be happy for your help!
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • i’m wondering the same thing

    How about setting site-title font’s opacity to zero?

    #site-title a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    }
    .basic #site-title a {
    opacity: 0.0
    }

    .

    (@techievous)

    #site-title a {
    display: none;
    }

    This is the simplest way to hide the site title. If by “site title” you mean something else, please let me know.

    >>Techievous
    You are right!!! It’s much better.

    I would like to do this as well. Do I simply copy and paste the code anywhere in my style.css? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove site title from header’ is closed to new replies.