• Resolved ursulaneilson

    (@ursulaneilson)


    Hello,
    Is is possible to change the colour and size of the large white band at the top of this theme (where the site title/logo and search bar are shown)? I have a premium account so I can edit css.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Howdy –

    Yes, you can change that background color. Do you know what color you want to use? All you have to do is add the following CSS to your Customizer. Click on My Sites – Customizer – CSS

    .site-header {
        background: #fff;

    The hashtag fff is the hex code for white. So, you will enter whatever color you want to use in that same format. Search for “hex color id” or something similar to help you sort the exact color code.

    Write back to me here if you need anything else.

    Thread Starter ursulaneilson

    (@ursulaneilson)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change header colour and size’ is closed to new replies.