Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #923977

    Hi, how can I make the background color of the search input filed black or any other color?

    #924317

    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

    #925108

    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?

    #926378

    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

    #926497

    Thanks. how can I make the search field be on the right and the submit button on the left?

    #927176

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.