Hi,
I want to remove the white border as marked in the picture attached to either black or light grey (or remove it). How do I do that?
Also,
How do I change the Theme subtle color of the button? Currently it is black and white as shown.
Thanks.
Added information: I do want to keep the active menu indicator line. Switching to minimal header with added CS such as this:
.avia-menu-fx {
bottom: 0px;
width: 80%;
left: 10%;
height: 5px;
}
.avia-menu li:hover a .avia-menu-fx {
position: absolute;
bottom: 0px;
height: 5px;
z-index: 10;
width: 80%;
left: 10%;
opacity: 1;
visibility: visible;
}
Doesn’t solve the problem.