Home › Forums › Support › Remove arrow dropdown icon for sub menus This topic has 5 replies, 2 voices, and was last updated 1 year, 2 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 6, 2022 at 10:28 pm #2275616 John Hi there, How can I remove the dropdown icon arrow to show there are sub menus? I can apply this css @media (min-width: 1060px) { .menu-item-has-children .dropdown-menu-toggle { display: none; } } But then it skews the way the menus space – making them uneven/irregular vs those that don’t have dropdowns. Any optiosn for this? Thanks! July 6, 2022 at 10:57 pm #2275634 Fernando Customer Support Hi John, To have a better understanding of the issue, may you kindly provide the link to the site in question? You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information Hope to hear from you soon. 🙂 July 6, 2022 at 11:04 pm #2275641 John Hi Fernando, Thank you for the reply! https://staging.fusionofbeauty.com/ Cheers! July 6, 2022 at 11:36 pm #2275668 Fernando Customer Support Thank you for sharing the link to your site! Here’s a CSS you may try adding through Appearance > Customize > Additional CSS: @media (min-width: 1025px) { .menu-item-has-children .dropdown-menu-toggle { display:none; } .main-navigation .main-nav ul li.menu-item-has-children>a { padding-right: 8px; } } Hope this helps! July 7, 2022 at 2:28 pm #2276534 John Beautiful – thank you Fernando! July 7, 2022 at 5:08 pm #2276630 Fernando Customer Support You’re welcome John! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In