Okay
  Public Ticket #717406
Menu Icons - How to exclude icons from mobile navigation?
Closed

Comments

  •  2
    Kyle started the conversation

    I'm using the Menu Icons Plugin recommended in another ticket - https://themenectar.ticksy.com/ticket/608952

    Q: Can you tell me how to exclude icons generated by this plugin from the Mobile / Slide Out Navigation Menu ?

    Thanks.

  •  8,992
    Tahir replied
    Hey, Please provide the page url so that i can write up the custom css for whats possible. Thanks


    ThemeNectar Support Team 

  •   Kyle replied privately
  •  8,992
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .off-canvas-menu-container .menu-item i._before {
        display: none !important;
    }
    

    Best


    ThemeNectar Support Team 

  •  2
    Kyle replied

    Thanks!