Okay
  Public Ticket #1751604
class="slide-out-widget-area-toggle"
Closed

Comments

  • DRE started the conversation

    Hello, 

    i want to change the icon to text in this class "slide-out-widget-area-toggle"

    and disable this SideBar for mobile views.

  •  8,998
    Tahir replied

    Hey D,

    Please have a look at this Article :

    Add TEXT Next to Hamburger Menu Icon.

    Best


    ThemeNectar Support Team 

  • DRE replied

    Thanks and how i can disable (hidden) the right icon?

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

    header#top nav > ul li.slide-out-widget-area-toggle {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team