Okay
  Public Ticket #2914323
Backgound color on mobile devices
Closed

Comments

  •  5
    SAMI S.r.l. started the conversation

    Hello,

    How can I change the background color on mobile devices (see attachments)?

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #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: #e73030 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    SAMI S.r.l. replied

    Perfect it works, thank you.