Menu Color
Hello,
I am trying to change the menu color and a bar just below the active menu via theme option -> Color --> Menu and Header,
But the color is not changing.
I am using clinic demo.
Plz suggest
I am trying to change the menu color and a bar just below the active menu via theme option -> Color --> Menu and Header,
But the color is not changing.
I am using clinic demo.
Plz suggest
Comments
please send us link to page where you want to change those colors.
Thanks
To change the Green Line below text add the below code to the custom css option
#Top_bar .menu > li a::after {background: #ffffff none repeat scroll 0 0; !important; }
Thanks