-
Author
Tagged: search, background, color
-
April 29, 2014 at 19:50 #16433PedromlParticipant
Hi.
How can I change the backgorund color of search field?
Thanks.
April 29, 2014 at 20:29 #16443SQadminKeymasterHi, the search fields don’t have background attached to dynamic color system, in fact they have no background applied at all to best fit on most page backgrounds.
Because search fields come from different sources/plugins like bbpress, buddypress, wp widgets, etc, they have different structures. I can provide you the exact css style but I need to be more sfecific on which one you want to change them.Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 29, 2014 at 22:45 #16453guy_fraserParticipantYup, just use CSS via the Kleo theme settings, replacing #f00 for whatever colour code you want….
Default wordpress sidebar search:
#searchform .input-group { background-color: #f00; }
Kleo main menu search pop-up panel:
#nav-menu-item-search .show_search_pop { background-color: #f00; }
And the search box itself:
#nav-menu-item-search .form-control { background-color: #f00; }
bbPress forums search:
.bbp-search-form { background-color: #f00; }
BuddyPress groups search form:
#search-groups-form { background-color: #f00; }
BuddyPress members search form:
#search-members-form { background-color: #f00; }
If you have a browser such as Google Chrome, you can right click any part of a web page and choose “Inspect Element” to see the HTML behind it and get class or id of tags.
April 29, 2014 at 23:34 #16461SQadminKeymasterThanks @guy_fraser, really appreciated 😉
Regards,
Robert.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 29, 2014 at 23:45 #16464guy_fraserParticipant🙂 If that works pls mark topic as Resolved (top of page).
April 30, 2014 at 06:08 #16515PedromlParticipantThanks @guy_fraser, I forgot to say that it was the search from the top menu, solved!
-
AuthorPosts
The topic ‘Background color of the search field’ is closed to new replies.