Okay
  Public Ticket #3714026
Off Canvas menu exit button color
Closed

Comments

  •  5
    samsaad94 started the conversation

    Hello,

    How can I change the color of the off canvas menu exit button on mobile?

    My desktop color is red and I want my mobile color to be red as well. Not Blue.

    Please see attached images.

    Thanks,

    Attached files:  Desktop Menu Exit Button.PNG
      Mobile Menu Exit Button - NOT RED.jpg

  •  8,837
    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):

    @media only screen and (max-width: 999px) {
        body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
            background-color: #ff1053 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    samsaad94 replied

    Perfect works great!
    Thanks!