Icon on menu not showing active

Hi there,

Quick thing. When I add an icon on the menu when that option of the menu is active, the icon looks not active but the text does.

How can I make the icon to look like it is active the same as the text?
Thanks

Hello Iban,

Please add this code in the Element CSS of the Inline Navigation element:

.current-menu-item $.x-menu > li > .x-anchor .x-graphic-icon {
    color: #000;
}

Please change the color value to your color preference.

Hope this helps.

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