Feb 20, 2023 1:20 pm
Hi 🙂Â
I need help to change search icon color from black to white as you can see in the screen shot.
I changed in colors.css this code but the color does not change (even after purge and clean...cache)
#wpforo #wpforo-wrap .wpf-search i{ color: #ffffff; }
and I added color in style.css:
#wpforo #wpforo-wrap .wpf-search i{ position: absolute; margin: 0 0 7px 0; top:0; font-size: 16px; line-height:30px; padding: 0 0 0 7px; z-index: 10; cursor:pointer; vertical-align:baseline; color: #ffffff; }
What I have to do?
Thank you in advance 😉Â
2 Replies
Feb 21, 2023 8:33 am
Hi @edesign,
Add the below CSS Code in Custom CSS Code field from wpForo > Settings > Colors & Styles Tab:
#wpforo #wpforo-wrap .wpf-search i{ color: white; }