Change navi arrow icon

Hi, how do you change the navi dropdown icon? Thx

http://zerofinance.com/en/zero-finance-group/

Hey Ken,

You may use other Fontawesome icons as replacement for the main menu item with sub items through CSS.

.x-navbar .desktop .x-nav li>a>span:after {
    content: "\f0dd";
}

The code above will replace the default icon to the sort-down icon.

If you want to replace the icon with another icon, please change f0dd in the code above to the unicode value of the icon of your choice.

Hope this helps.

Great! it works

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.