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.

![before](http://s15.postimg.org/zf4g3rg8b/before.jpg) ![after](http://s9.postimg.org/j64tfz6bz/after.jpg) 

Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -