Okay
  Public Ticket #335392
Sido-out-widget-area
Closed

Comments

  • Markus started the conversation

    Hi Nectar,

    so I hope this the ticket ... (first time)

    My question is:

    Is it possible to give me a detailed instruction (code) to change the side-out-widget-area icon (mobile menu button) to search icon? My client doesn’t like to have two Mobile Menu buttons – this is very confusing.

    So you answered to replace (header.php)

    <i class="icon-reorder" />
    
    with <i class="icon-salient-search
    " />
    

    but nothing happened. So maybe there is something else to be changed (functions.php f.e.)?


  •  8,459
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .slide-out-widget-area-toggle i.lines-button.x2:before {
        font-family: 'icomoon'!important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e002";
        color: #fff !important;
        font-size: 20px
    }
    
    
    .slide-out-widget-area-toggle i.lines-button.x2 i.lines {
        display: none !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Markus replied

    Great - looks very cool - now I have only to create a detailed search engine and place it into the sidebar  ...