[Resolved] Transparent, Sticky Main Navigation Menu

Home Forums Support [Resolved] Transparent, Sticky Main Navigation Menu

Home Forums Support Transparent, Sticky Main Navigation Menu

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

    Hi.

    I found this css in the support forum at #321494:

    /*make the sticky main navigation menu transparent*/
    .main-navigation.navigation-stick {
    background-color: rgba(255, 255, 255, 0.95);
    }

    And it worked. But how do I control the opacity?

    #498958
    Leo
    Staff
    Customer Support

    Hi there,

    Opacity is the last number (0.95) in the rgba values.

    #498980
    Janine

    Thanks, Leo. It worked!

    #499051
    Leo
    Staff
    Customer Support

    No problem!

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