joshualee66
Hi
Add this code in /css/custom.css file
.t3-topnav .nav > li > .nav-header {
color: #333333;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
font-family: "Roboto Condensed","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
padding: 0 40px;
height: 48px;
line-height: 48px;
border-radius: 0;
border-right: 1px solid #e5e5e5;
padding: 17px;
}
.t3-topnav .nav > li > .nav-header:hover, .t3-topnav .nav > li > .nav-header:focus {
color: #fff;
background-color: #111111;
border-color: #111111;
}
Regards