Hi, how can I make the background color of the search input filed black or any other color?
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
input#bbp_search {
background: #000 !important;
color: #fff !important;
}
Best regards,
Rikard
Great. How can I make it as wide as the search button and how can I move the button to the left of the search field instead of the right?
Hi,
Thank you for the update. You have to adjust the padding of the input field.
#top #bbp-search-form #bbp_search {
padding: 19px 20px;
}
Best regards,
Ismael
Thanks. how can I make the search field be on the right and the submit button on the left?
Hi,
It appears you already figured this one out.
Let us know if you have any questions, we are happy to help :)
Best regards,
Vinay