• Resolved johnzoro

    (@johnzoro)


    can i change the header background colour from white to black?

Viewing 3 replies - 1 through 3 (of 3 total)
  • bdbrown

    (@bdbrown)

    Hi johnzoro. Welcome to the GP forum. You can easily change the header background color by installing either the Colors Add-on or the GP Premium Add-on. THe GP Premium Add-on provides a lot of functionality for a nominal one-time cost. If you’re not interested in the Add-ons you could use CSS:

    /* change header background to yellow */
    .site-header {
        background: #ff0;
    }
    Thread Starter johnzoro

    (@johnzoro)

    Thank you so much! That worked brilliantly!

    Err… what’s the option for the main site title text?

    is it site title?

    Theme Author Tom

    (@edge22)

    The selector is:

    .main-title a,
    .main-title a:hover,
    .main-title a:visited {
        color: #ff0;
    }

    All of these are offered in the Colors add-on bdbrown pointed out above as well ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header background colour’ is closed to new replies.