Okay
  Public Ticket #1640857
off canvas menu in tablet and mobile
Closed

Comments

  •   eddie81b4u started the conversation
  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .midnightHeader.dark header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .midnightHeader.dark header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .midnightHeader.default header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .midnightHeader.default header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after {
        background-color: #ff1053 !important
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    eddie81b4u replied

    Thanks Tahir,

    Menu icon looks perfect although the logo Image does not turn red "dark" on white background when scrolling over light/ white background on mobile, only seems to work on desktop version.

    Best,

    Ed

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width : 1px) and (max-width : 1000px) {
        #header-outer[data-transparent-header="true"][data-permanent-transparent="1"].transparent .midnightHeader #logo img.dark-version {
            opacity: 1 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    eddie81b4u replied

    Thank you very much for all your help and patience!