Home › Forums › Gillion Theme › Change the menu icon
Home › Forums › Gillion Theme › Change the menu icon
I want to change the header menu icon to an angle-down icon, instead of the default “:” icon. How can I do that?
Hi there,
Can you please share a link to your website, so we can inspect your setup?
Best regards,
Shufflehound team
Currently, there are no options to modify that, but you can add this custom CSS to the theme settings:
body .sh-nav li.menu-item-has-children > a:after, body .sh-nav li.menu-item li.menu-item-has-children > a:after { font: normal normal normal 14px/1 FontAwesome!important; content: "\f107"!important; }
Let us know if that works! 🙂