• Closed
  • D
    Spectator
    June 20, 2014 at 1:40 am #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
    June 20, 2014 at 9:36 am #10063

    in the Custom CSS insert:

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