Go to this File: /templates/ja_fixel/css/custom.css
Add this code:
.t3-mainnav .navbar .nav > li > span:after {
background: #EEEEEE ;
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
transition: all 0.4s ease-out 0s;
width: 0;
}
.t3-mainnav .navbar .nav > li > span:hover:after {
background: #EEEEEE ;
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
transition: all 0.4s ease-out 0s;
width: 100%;
color:#EEEEEE ;
}
.t3-mainnav .navbar .nav > li > span {
background: #111111 ;
border-top: 0 none;
font-size: 14px;
font-weight: 300;
padding: 20px 0;
position: relative;
text-shadow: none;
transition-duration: 600ms;
transition-timing-function: ease-out;
}