Archived topic
Navigation Search in exhibit theme 1.04
3 replies · Started by Carlotta Gergely on May 24, 2018
Hi Tom
One of my clients uses exhibit 1.04 as a child theme. She asked me for help with the navigation search which is there but it doesn‘t work properly. There is this semi-transparent background but you can’t see what you are typing in. I checked Appearance > Customize > Layout > Primary Navigation where I can normally customize this in generatepress theme. But I couldn’t find in exhibit.
Any idea how to change font color?
Thanks for your feedback
Carlotta
Hi there, you can use this CSS to change the background and font colors.
.main-navigation .navigation-search input[type="search"],
.main-navigation .navigation-search input[type="search"]:active {
color: #FFFFFF;
background-color: #1e72bd;
}
.main-navigation .navigation-search input[type="search"]:focus {
color: #FFFFFF;
background-color: #1e72bd;
}
Thank you David, it works perfect now.
Carlotta
Glad to be of help