Okay
  Public Ticket #545966
Mobile responsive menu is blank
Closed

Comments

  • Steve started the conversation

    After updating to Salient v6.1.5, I cannot see my menu on the iPhone6.

    It slides over - but it is just plane white.

    thanks.

  • jeroen replied

    Hi, it happens on all devices/browsers. The text is white on a white background. Change the colors :)

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #slide-out-widget-area .mobile-only {
            display: block !important;
        }
    }
    

    Thanks



    ThemeNectar Support Team