• Resolved paulmc911

    (@paulmc911)


    Hi there – I have uploaded an image to use as my site title, but I still have the grey border showing around the margins of this image. I’d like to remove that border so that the whole header is white. Can you tell me how I do this please?

    Thanks. My site is https://www.bibliophone.com

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

    (@hwijaya)

    Go to “Appearance > Customize > CSS” and drop this code

    .site-header {
        background: transparent;
    }
    Thread Starter paulmc911

    (@paulmc911)

    That worked perfectly, thank you!

    I also need to get rid of the text on the page. So my page title appears in the body of the page too, and I’d like to remove that. How would I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the grey border around my header image?’ is closed to new replies.