Adding icon menu

Hi, is it possible to add an icon menu tab? I want to have a RSS feed in the main menu but when I set the icon and choose for the graphic to be enabled nothing displays - I am doing this by going to appearance and main menu. Thanks

Hi there,

Please add this as the Navigation Label:

<i class="x-icon-rss-square" data-x-icon-s="&#xf143;" aria-hidden="true"></i>

Hope this helps.

Thanks can you tell me how I can change the colour of this icon please?

Hi there,

You may add an inline style to the code above like:

<i style="color: #000;" class="x-icon-rss-square" data-x-icon-s="&#xf143;" aria-hidden="true"></i>

Feel free to change the value of the color from the code above.

Hope this helps.

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