Tagged: main menu color
Hi, I’m customizing the Church demo and need a little css help to change the color for the main menu search drop-down.
The processing icon background color and the i icon color.
Hey Jagrav,
Please, to provide you the custom CSS code, I`ll need your website link, please.
Best regards,
John Torvik
I’ve got most of the CSS working now, but can’t figure out the top right processing button.
Hi,
Please, may you share a screenshot about the “processing button”?
Best regards,
John Torvik
I’ve circled the search process background color I’d like to change:
Hi,
I need to check your dashboard, so, may you share with me your WP credentials?
Best regards,
John Torvik
Here’s my admin login.
Any break-through on this?
Hi,
Sorry for the late reply. These are the values you currently have, please change them to your liking:
#searchsubmit {
background-color: #ffca28!important;
color: #ffffff;
border-color: #e6b10f!important;
}
Best regards,
Rikard
Sorry the above didn’t work. I just added #ffc107 to Enfold Child > Logo Area tab > Primary Color: #ffc107. In this case it works. The site in question has a 3 color scheme that distinguishes between different sections. Thank for your help.
Hi,
You have this in your child theme CSS file, please edit it or remove it completely and the code I posted should work.
div .header_color .button, .header_color input[type='submit'] {
background-color: #ffca28!important;
color: #ffffff;
border-color: #e6b10f!important;
}
Best regards,
Rikard
Thank you so much Rikard. That worked :)
Hi,
Glad we could help!
Thank you for using Enfold :)
Best regards,
Nikko