• Resolved dmcoffee

    (@dmcoffee)


    I tried changing the style.css and it looks like below:
    /*————————————————————–
    # 9.0 – Header
    ————————————————————–*/
    .site-header {
    background: #ffffff;
    color: #fff;
    }

    Still the color remains the same dark grey – #303030

    Let me know how I can change it. I need a white background.

Viewing 3 replies - 1 through 3 (of 3 total)
  • try this:

    background: #ffffff !important;

    Thread Starter dmcoffee

    (@dmcoffee)

    Nope. that also did not work. I tried removing the site logo, but no effect with that color change.

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Tortuga.

    The CSS code mentioned above should work:

    .site-header {
        background: #ffffff;
    }

    If it does not work you have most likely some syntax error in your CSS code.

    Please do not change the style.css, but add the CSS code on Appearance > Customize > Additional CSS instead. The style.css is overriden with every theme update and you will lose your modifications.

    Best,
    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Background Color’ is closed to new replies.