I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Hi Vinod,
Is there a way to send you a private message with that info or make this thread private? Our site currently is in development and has login information in order to access it.
Thanks,
Nik
You can send it to us privately using the below form.
https://ivorysearch.com/contact/
Hi Vinod,
I have just sent your team a message via the contact page you listed.
Thanks,
Nik
You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
#top .is-search-form button.is-search-submit .is-search-icon {
background: #F4F2DE !important;
}
Hi Vinod,
Thanks, but this is not correct.
That set the color of the Icon to #F42DE. If you scroll down the page, you will notice that the menu is sticky and converts to a white background. Also, in reactive mode / mobile, the menu is also white.
This is why I would like it to be transparent.
Hi Vinod,
After trying a few things it seems that I have to edit the icon CSS as well as the search CSS.
I changed it to this:
.is-search-form.is-form-style .is-search-icon {
background-color: transparent !important;
}
.is-search-form button.is-search-submit {
background-color: transparent !important;
}
This appears to do what I need.
Thanks.
Awesome great to see you got that achieved.
Please advise if you have more questions.
Have a fantastic day!