Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #800333

    HI – I looked through existing posts and couldn’t find this. I want to take this style in the nav bar

    div.container.av-logo-container {
    }

    and make it darker with an opacity. For example:

    div.container.av-logo-container {
    background-color: #0f020f;
    opacity: .3;
    }

    If I do that though, everything (the navigation items, logos) becomes opaque as well. How can I get the transparent part darker, but have the navigation stay looking as it is?

    #800382

    Hey mshaivitz,

    Instead of using this:

    div.container.av-logo-container {
    background-color: #0f020f;
    opacity: .3;
    }

    try using this one instead:

    div.container.av-logo-container {
    background-color: rgba(15,2,15,0.3);
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #800535

    PERFECT!!!!! thank you!

    • This reply was modified 7 years, 5 months ago by mshaivitz.
    #800575

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.