Okay
  Public Ticket #3723557
Mobile Menu Pinline
Closed

Comments

  •  6
    Eric started the conversation

    Hey guys...realizing I never was able to find a way to simply disable or change the color of the pinline that appears on the overlay menu on mobile. Here is the ticket: 

    https://themenectar.ticksy.com/ticket/3629461/

    Let me know if you need temp admin access of if there might be a simple way to accomplish this with .css

    Thanks again!

  •  2,966
    Andrew replied

    Hi Eric,

    Thank you for reaching out to us.

    The stripe you see is caused by the background of the menu. The background of the off-canvas menu is not opaque and hence why you see the stripe since the section after the header has a white background. To test this, try scrolling down after the menu is open and you will note that the background changes. 

    To fix this, add this to the Custom CSS box in your Salient Theme Options panel:

    #slide-out-widget-area-bg.fullscreen-alt.dark, #slide-out-widget-area-bg.fullscreen.dark {
        opacity: 1 !important;
    }

    Try this and let us know how it goes.

    Thanks,