Okay
  Public Ticket #1247136
Full Screen Overlay
Closed

Comments

  • jordan started the conversation

    How come the x in top right is white here? cant seem to change it to black

    www.artdept.io

  •  9,013
    Tahir replied

    Hey Again,

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

    /* change cross X color of off canvas overlay */
    #header-outer.pseudo-data-transparent.transparent:not(.directional-nav-effect) >header#top nav ul .slide-out-widget-area-toggle a i.lines:before, #header-outer.pseudo-data-transparent.transparent:not(.directional-nav-effect) >header#top nav ul .slide-out-widget-area-toggle a i.lines:after {
        background-color: #333333 !important;
    }

    Thanks


    ThemeNectar Support Team