Okay
  Public Ticket #152354
Main Menu Indicator for Sub Item - Turn Off?
Closed

Comments

  • Justin started the conversation

    Hello, First, thanks for the awesome support on this theme! When possible, I try to first find an answer in past posts. I couldn't find a solution to get rid of the downward arrow that appears if a link in the main menu features sub-item(s). Is it possible to turn this off? Thanks! Justin

  • Justin replied

    Oops. And I meant to make this a public ticket.

    Thanks!

  •  1,069
    ThemeNectar replied

    Hey Justin! :)

    You can remove them this css snippet (paste it into the Custom CSS box located in your Salient Options panel)

    body .sf-sub-indicator { display: none!important; } 
    body .sf-menu .sf-with-ul a { padding-right: 10px!Important; }

    Cheers!
     

  • Justin replied

    Did the trick! Thanks!