StyledThemes

Search Button Background Color

Home Forums WordPress Themes – Premium Pure & Simple Search Button Background Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17475
    Judy Asman
    Participant

    Hello again!!

    Can you please advise as to which code to change so that the search background color is pink? I would also like the search form border to be pink. I tried changing the btn-grey CSS but to no avail. Thank you again!

    #23090
    Binaya D
    Participant

    Hi Judy,

    Please use the following css to fix your issue;

    button.btn.btn-grey {
        background-color: #f59cc8;
    }
    input.form-control {
        border: 1px solid #f59cc8;
    }
    i.fa.fa-search {
        color: #fff;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    #23097
    Judy Asman
    Participant

    Beautiful! Looks fabulous Binaya. There seems to be a lingering grey border. Is this something I should change in the general btn code? Right now, I’m pleased but overtime, it would be helpful to remove that.

    Thank you again!

    #17476
    Binaya D
    Participant

    Hi Judy,

    We are really sorry but we couldn’t understand your issue, so could you please explain your issue with screenshots. We hope you understand,

    We look forward to your respond.

    Thanks

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