HEADER COLOR - by Hawkins - on WordPress WooCommerce support

This topic has 6 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: Hawkins
    Hawkins
    Participant
    September 3, 2015 at 20:24

    I’m using Header Type 3 and can’t figure out how to change the Header Color.The color is currently White which is the static header area.
    Thanks.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 4, 2015 at 07:47

    Hello,

    Please try to add the following code in Global Custom CSS (Theme Options->Custom CSS).

    .header{
        background-color: grey;
    }

    Regards,
    Robert Hall.

    Avatar: Hawkins
    Hawkins
    Participant
    September 4, 2015 at 11:24

    Hi Robert,
    Thank you very much for the code, it worked but not exactly how I thought it should. Could you please, help me out one more time?

    I’m using Header #3 which has Transparent Background, When you scroll up the transparency goes away while a solid color background appears- Currently the solid background is white, I want to change the backgrouNd color that appears when you SCROLL UP.

    The code you gave me, changes the default Header Background on any page that doesn’t have a slider-AND the header background that pulls down when you SCROLL UP Remains default white which is the background I want to change.

    Thanks again

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 4, 2015 at 11:46

    Hello,

    Please try to use this css code:

    .fixed-header-area {
      background-color: rgba(0, 0, 0, 0.6);
    }

    or

    .fixed-header-area {
      background-color: transparent;
    }

    Regards,
    Eva Kemp.

    Avatar: Hawkins
    Hawkins
    Participant
    September 4, 2015 at 22:19

    Thank you Very Much. The code worked perfectly

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 5, 2015 at 08:26

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘HEADER COLOR’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.