Removing bunnies?

Home Forums Automattic Flora and Fauna Removing bunnies?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157186 Resolve

    AliceWearsPlugs
    Member

    Hi, would anybody know how to remove the bunnies at the top? Also how would you replace with your own banner?

    Many thanks in advance.

    #157192

    Hi there,

    You can remove both the bunnies and the banner graphic at the top by going to Apperance->Customize->Site Title and unchecking ‘display header text’ (which you might want to do if you have a header image with your site title already in it).

    Otherwise, you can remove the bunnies with a bit of CSS:

    .site-header {
    background: none;
    }

    You can upload a header in Appearance->Customize->Header, or if you want to exactly replace the bunnies image with your own, you can do it using this CSS:

    .site-header {
    background: url("your image URL here") repeat-x 0 0;
    }

    #157210

    AliceWearsPlugs
    Member

    Brilliant! Thank you!

    #157253

    Kathryn P.
    Happiness Engineer

    Glad that did the trick! I’m closing this topic, but feel free to start a new one if you need help with anything else.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Removing bunnies?’ is closed to new replies.