Main transparent menu color
in Other
Hi,
I am using transparent menu and highlight function on my menu. I have changed color to WHITE for fonts on main menu and search icon using custom css applying below code:
#Top_bar .menu > li > a span {
color: #fff !important;
}
#Top_bar a#search_button {
color: #fff !important;
}
However this change gets applied on sticky menu and search icon also which is not showing menu items.
Can you guide how can I change colors on sticky menu? Or any other way to achieve what I want to do?
URL:
http://wp.orbitpharm.com/wp1/
I am using transparent menu and highlight function on my menu. I have changed color to WHITE for fonts on main menu and search icon using custom css applying below code:
#Top_bar .menu > li > a span {
color: #fff !important;
}
#Top_bar a#search_button {
color: #fff !important;
}
However this change gets applied on sticky menu and search icon also which is not showing menu items.
Can you guide how can I change colors on sticky menu? Or any other way to achieve what I want to do?
URL:
http://wp.orbitpharm.com/wp1/
Comments
if you don't want apply above colors for sticky menu, then please use below css instead of above: