Okay
  Public Ticket #3020484
change opacity of the off canvas dropdown
Closed

Comments

  •  4
    Jordan started the conversation

    Is it possible to change the opacity of the off-canvas drop-down? Specifically on the "fullscreen cover fade" or the "fullscreen cover slide + blur BG"  

    it's not opaque enough in its default setting for my layout.  

    thanks!

  •  2,958
    Andrew replied

    Hello Jordan,

    Kindly send us a link to your site so that we can provide the necessary CSS for this.

    Thanks,,

  •   Jordan replied privately
  •  2,958
    Andrew replied

    Hello again,

    Use the following CSS>

    body #slide-out-widget-area-bg.fullscreen-alt.open {
        opacity: 0.9 !important;
    }
    

    Thanks,