Hi, I would like to change the search box background color in white instead of black. It is placed in the footer.
Can you please help with this?
Hey gawcvw,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .footer_color input[type='text'] {
background: white;
border-color: orange;
}
Best regards,
Yigit
Thanks for the fast reply, Yigit, but unfortunately it doesn’t work.
Hey!
Please flush cache if you are using a cache plugin and please make sure you do not have any errors in your custom CSS code. You can check for any CSS errors on this site – http://csslint.net/
Regards,
Yigit
Hey,
There were two missing closing curly brackets in your custom CSS, i added them but it is still not working. Could there be some sort of server side caching?
Also, please refer to post – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/ and update Enfold to the latest version 4.5
Best regards,
Yigit