• Resolved daspi

    (@daspi)


    The element to stick is

    .main-navigation

    Works well when I scroll but it has no background and is hard to see on the page content. So I’d like to add a transparent (about 50%) gray background

    Tried to fiddle with this in extra css but no success.

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

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    Looked at your website and I can’t see any sticky menu but if you just want the code for a 50% transparent grey background use this code:

    background-color: #80808080;

    Let me know if it helped you.

    – Ymer

    Hi @daspi, thanks for trying my plugin. 🙂

    I don’t see my plugin active on your site right now, so I’m not able to troubleshoot this issue. Please let me know once it’s active again, and I’ll be happy to take a look.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘extra css for adding transparent background’ is closed to new replies.