Hello,
I need your help. I am using ja_morgan - Style 3. How do i get rid/deactivate the top/main-menu hover-effect that draws a 2px line from left to right when you hover over a menu item? i cannot find it anywhere in the CSS-files. Please give me advice where to find it and how to deactivate this.
thank you!
Joe
Hi Joe,
You can use this custom css code:
.t3-header.has-hero .navbar-default .navbar-nav > li > a:before, .t3-header.has-hero .navbar-default .navbar-nav > li > span:before { display: none; }
thanks! this works.