• Closed
  • Stefan Mayr
    Spectator
    December 3, 2017 at 5:59 pm #35817

    Dear Support and Community,
    I am struggling with the right css for a transparency / opacity of the sticky header in the Evolve theme.
    Any help from your side?
    BR Stefan

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 7:03 am #35830

    Hi,

    Add custom css for background opacity of sticky header
    body #header.sticky-header.sticky {
    opacity: 0.7;
    }

    Thank you