html - Wordpress menu fix (css or javascript) -
i have wp-woocommerce e-shop. using same brand menu items in 2 places. 1 of brands' page: http://store.kapsula.com.ua/brand/insideu/
screen-shot
https://nimbus.everhelper.me/client/notes/share/247272/ett1gko6yutrkdhrywokhk92z8davdth/
(in catalog brands list submenu on right under cart icon)
when select 1 of brands both catalog , brand main menu items underlined. how can custom css or javascript make underlines 1 main menu item
p.s. using ubermenu plugin, allows add custom class or id specific menu item.
if understood you, need remove underline menu. located in css
mediaia="all" .site-header .ubermenu.ubermenu-skin-none .ubermenu-item.ubermenu-item- level-0>.ubermenu-target>.ubermenu-target-title:after { display: block; content: ''; height: 2px; margin-top: 1px; background: #222; visibility: hidden; } just remove line
content:''; and add custom css menu item want underlined.
 
Comments
Post a Comment