Okay
  Public Ticket #2939818
Theme colour
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hello. Could you help me change the theme colour? The one, that's not visible on the website, but on mobile, I can see it when opening the menu. 


    Many thanks

  •  2,959
    Andrew replied

    Hi there,

    You can change this at Salient options menu > header navigation > Off canvas menu

    4893798035.png

    Regards,

  •  11
    RanebrookZina replied

    It didn't work. It changed the menu button colours, but not the background. 

  •  2,959
    Andrew replied

    Hi again,

    This CSS might help.

    #slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
        background-color: #032142 !important;
    }
    

    Regards,

  •  11
    RanebrookZina replied

    It changed the colour, but not entirely. Please see the screenshot

  •  2,959
    Andrew replied

    Hi again,

    Use this instead.

    #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
        background-color: #a46497 !important;
    }
    

    Regards,

  •  11
    RanebrookZina replied

    Thank you, it worked :)