Jump to content

Remove Menu Manager Icons?


Nikola

Recommended Posts

Hello,

is it possible to remove these icons before the Dropdown menu name?

woVjUyA.png

If yes, how do i do it? I tried to search in the Theme (Edit HTML & CSS) but could not find anything...

Link to comment
Share on other sites

24 minutes ago, Nikola said:

Hello,

is it possible to remove these icons before the Dropdown menu name?

woVjUyA.png

If yes, how do i do it? I tried to search in the Theme (Edit HTML & CSS) but could not find anything...

that would be in your navabaritems

<li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( \get_class( $item ), 4, mb_strpos( \get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( \get_class( $item ), mb_strrpos( \get_class( $item ), '\\' ) + 1 )"}">

it would look like that just mess around with it

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

1 hour ago, mr-pimpen said:

that would be in your navabaritems


<li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( \get_class( $item ), 4, mb_strpos( \get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( \get_class( $item ), mb_strrpos( \get_class( $item ), '\\' ) + 1 )"}">

it would look like that just mess around with it

Not working and still cant find a solution.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...