Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How to change the color of the search bar

4 Posts
2 Users
1 Reactions
798 Views
Posts: 30
Topic starter
(@ewankoooo)
Trusted Member
Joined: 3 years ago

how do i change the color of the search bar?

3 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @martinentrp,

You want to change the Icon Color or Background Color?

Posts: 30
Topic starter
(@ewankoooo)
Trusted Member
Joined: 3 years ago

hello, The background Color

 

1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@martinentrp,

Use the below CSS Code:

#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus {
    background:red;
}