-
AuthorPosts
-
March 27, 2019 at 4:02 pm #1083688
Hi guys,
I want to disable the submenu indicator but not the main menu indicator of a dropdown menu.
How can I achieve this with CSS in the quick CSS section?Best regards
MichaelMarch 28, 2019 at 9:32 pm #1084286Hey elskeletto1,
Could you please attach a mockup of what you’re trying to achieve?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaMarch 28, 2019 at 9:32 pm #1084287Hey elskeletto1,
Could you please attach a mockup of what you’re trying to achieve?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaMarch 29, 2019 at 9:43 am #1084496Hi Victoria,
Look at the dropdown menu on the website
https://www.geschenkefund.de/geschenke-unter-10-euro/
Hover over the main menu entry “nach Preis”. There is a red indicator under the active submenu entry “unter 10 Euro”. I don’t want to have this submenu indicator under the active entry. I only want to have the red indicator under “nach Preis”.
How do I remove a second level indicator?
It would also be helpful to know how to remove a third level indicator in the dropdown menu because I consider making a third level in the menu.
April 1, 2019 at 7:07 am #1085297Hi,
Thanks for the update.
Use this css code to remove the border of the current menu item inside the sub menu.
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { border-bottom: 0; }Best regards,
IsmaelApril 1, 2019 at 1:58 pm #1085508Thank you Ismael. It worked with adding !important.
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { border-bottom: 0!important; }-
This reply was modified 6 years, 7 months ago by
elskeletto1.
April 1, 2019 at 6:31 pm #1085642Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This reply was modified 6 years, 7 months ago by
-
AuthorPosts
- The topic ‘Disable dropdown submenu indicator’ is closed to new replies.
