Comments 3altaigenden started the conversationJune 25, 2019 at 1:16pmI have put code to hide border for Menu .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a { border-color: transparent; } and it worked, but the border still appears for menu items with Submenus.How to hide it? 4,774Michael repliedJune 25, 2019 at 1:34pmHI! pls. use following css: #primary-menu.no-responsive ul > li, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header, .minisearch, .minisearch .sf-input { border-top: none !important; } 3altaigenden repliedJune 25, 2019 at 1:41pmit doesn't work 4,774Michael repliedJune 25, 2019 at 1:50pmSorry, pls. use following css: .header-style-3 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-active > a, .header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, .header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a, .header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, .header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a { border: none !important; } 3altaigenden repliedJune 25, 2019 at 2:06pmok it worked, thank you. 4,774Michael repliedJune 26, 2019 at 6:40amWelcome! Have a nice day! Sign in to reply ...
I have put code to hide border for Menu
and it worked, but the border still appears for menu items with Submenus.
How to hide it?
HI!
pls. use following css:
it doesn't work
Sorry, pls. use following css:
ok it worked, thank you.
Welcome! Have a nice day!