HomePage › Forums › STEEL › In steel theme – about one query › Reply To: In steel theme – about one query
You can use this css code to change the color of that out line:
.tp-navigations .navbar-nav>li>a:focus { outline: 2px solid #bd4848; }
Thanks