• Closed
  • D
    Spectator
    20.06.2014 at 01:40 #8492

    Hi again Roman,
    How do i change the background color of my sticky header to white?
    One of the main color I use on my logo is gray and because I can change the color of header, I do not have any problems with that. However, because I am using dark theme for the menu color, the logo on the sticky header does not look good. I want to change the background color of my logo for the sticky header to be white.

    Roman
    Spectator
    Posts: 3147
    20.06.2014 at 09:36 #10063

    in the Custom CSS insert:

    Code:
    body #header.sticky-header {background:white!important;}