[Resolved] Opacity on slideout menu

Home Forums Support [Resolved] Opacity on slideout menu

Home Forums Support Opacity on slideout menu

  • This topic has 7 replies, 3 voices, and was last updated 7 years ago by Leo.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #296294
    Jason Westbrook

    Is it possible to make the slide-out menu have some opacity on it so its a little bit see through?

    #296303
    Leo
    Staff
    Customer Support

    Hi Jason,

    Can you try

    #generate-slideout-menu {
        background-color: rgba(0,0,0,1);
    }

    I’m on my phone so can’t actually test it.
    Let me know

    #296374
    Jason Westbrook

    I don’t think that worked. It turned the slide out menu black.

    demo1.builtonmission.com/demo

    #296396
    Tom
    Lead Developer
    Lead Developer

    You can set the primary navigation color to have opacity in Customize > Colors > Primary Navigation. That will apply to your slide-out navigation as well.

    #296400
    Jason Westbrook

    Awesome! How would I make it so only the slide-out though could have it without it affecting the main navigation?

    #296417
    Tom
    Lead Developer
    Lead Developer

    In that case, Leo was on the right track:

    #generate-slideout-menu {
        background-color: rgba(0,0,0,0.8);
    }
    #296543
    Jason Westbrook

    Worked perfect you guys are amazing! Thank you!!

    #296544
    Leo
    Staff
    Customer Support

    Glad we could help 🙂

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