General Discussions
3
Posts
2
Users
0
Reactions
1,644
Views
Apr 17, 2018 1:36 am
Hello,
Please, is there any possibility to separately set the search icon color ? Because right now its color seems shared with some other object colors which usually are of dark colors, thus there is no significant contrast between the icon and top bar already dark background => almost invisible.
Thank you for advice, have a nice day:)
2 Replies
Apr 17, 2018 7:57 am
Hi UsernameMi,
You should use the following CSS code.
#wpforo #wpforo-wrap .wpf-search i {
color: #fff !important;
}
Please navigate to Dashboard > Forms > Settings > Styles admin page and put it in "Custom CSS Code" textarea. Save it, delete all caches and do Ctrl+F5 on front-end.
Don't forget to change the red marked color code before using.
Apr 17, 2018 8:09 pm
Thank you it worked perfectly !
Hopefully some time in the future a dedicated panel option:)
Have a nice day:)