Nikola 1 Posted July 16, 2020 Share Posted July 16, 2020 Hello, is it possible to remove these icons before the Dropdown menu name? 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 More sharing options...
mr-pimpen 387 Posted July 16, 2020 Share Posted July 16, 2020 24 minutes ago, Nikola said: Hello, is it possible to remove these icons before the Dropdown menu name? 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 More sharing options...
Nikola 1 Posted July 17, 2020 Author Share Posted July 17, 2020 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 More sharing options...
Recommended Posts