Okay
  Public Ticket #1783750
About changing color of sticky header
Closed

Comments

  • Tomasz started the conversation

    Hello!

    I want to change color of my sticky header. Now it's purple - smoked blue, but it doesn't match to my background picture. I want it to be black. When you enter to my website and scroll down just a little, you'll see, that it change from black to blue. Could you tell me, how can I change it to perm black?


    Best regards

    Tomasz

  •  1,626
    Andrey replied

    Hello, Dear Tomasz!

    In order to preform your request with menu, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .page_header.background_cover:before {
        background-image: none;    
    }
    

    Then save changes and you will receive this result: http://prntscr.com/limlhj

    Best Regards!