• Hi

    I have downloaded your plugin, thank you. However when I use it with an element the background is transparent? Have you seen this before? I have tried everything and I cannot figure this out. My site is not live so I cannot supply a link.
    Thank you

    Ray

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for trying my plugin. ??

    You can add a background to your sticky element with some CSS.

    For example, the following code would give your element a red background only when it’s not sticky, and blue only when it is:

    .element-is-not-sticky {
    background: red;
    }
    
    .element-is-sticky {
    background: blue;
    }

    Give that a try and let me know if that works!

    Hi

    Thanks for a great plugin! I use gradient in the menu, adding gradient background in your code is still is transparent. When adding blue it stays blue.

    Thanks!

    @gnorf Do you have a link to your site so I can see what you mean?

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