Comments 2Luke started the conversationMay 30, 2019 at 8:30amHello guys,Is there any way to remove the ">" before the menu links in the top area?Regards,Luke. 7,095Oliver repliedMay 30, 2019 at 8:53am HI Luke! pls. use following css: .top-area-menu .nav-menu > li a:before { opacity: 0; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2Luke repliedMay 30, 2019 at 8:55amThat did the trick, thank you! 7,095Oliver repliedMay 30, 2019 at 8:56amYou're welcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 3altaigenden repliedJune 23, 2019 at 2:21pmthis CSS code doesnt work for me, please help 2Luke repliedJune 23, 2019 at 2:43pmAltaigenden,Did you clear your browser's cache? This is often the problem when unable to see CSS changes.Luke.1 Like 3altaigenden repliedJune 23, 2019 at 2:52pmyes, i even tried different browsers, still there are < before every menu item 2Luke repliedJune 23, 2019 at 3:09pmDo you have a live link to your site? 3altaigenden repliedJune 23, 2019 at 5:57pmhttps://www.clocad.com/1 Like 2Luke repliedJune 23, 2019 at 6:17pmI tried the following code but it seems to remove your search/basket icons too. Hopefully Gregor has a solution!Nice site by the way! .header-style-2 #primary-menu.no-responsive > li a:before{ opacity: 0; } 3altaigenden repliedJune 23, 2019 at 6:27pmyes, as you told it takes out < symbol and also Search and Shopping Cart icons 3altaigenden repliedJune 24, 2019 at 1:43pmThis is the code that worked with Header style 3 ----- Light Main Menu & Light Submenu .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a { border-color: transparent; } Sign in to reply ...
Hello guys,
Is there any way to remove the ">" before the menu links in the top area?
Regards,
Luke.
HI Luke!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
That did the trick, thank you!
You're welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
this CSS code doesnt work for me, please help
Altaigenden,
Did you clear your browser's cache? This is often the problem when unable to see CSS changes.
Luke.
yes, i even tried different browsers, still there are < before every menu item
Do you have a live link to your site?
https://www.clocad.com/
I tried the following code but it seems to remove your search/basket icons too. Hopefully Gregor has a solution!
Nice site by the way!
yes, as you told it takes out < symbol and also Search and Shopping Cart icons
This is the code that worked with Header style 3 ----- Light Main Menu & Light Submenu