Notifications
Clear all

[Closed] Search icon color (top bar)

3 Posts
2 Users
0 Likes
1,552 Views
Posts: 33
Topic starter
(@usernamemi)
Trusted Member
Joined: 6 years ago

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
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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.

Posts: 33
Topic starter
(@usernamemi)
Trusted Member
Joined: 6 years ago

Thank you it worked perfectly !

Hopefully some time in the future a dedicated panel option:)

Have a nice day:)