Change the location search colors

Ho to change the color of Hivepress Location Search

Hey @horizonbookings.com,

If you can be more specific about exactly what you’re trying to re-colour, I/someone else will likely be able to provide a snippet for you.

If it’s hard to describe, upload a picture! :slight_smile:

Cheers,
Chris

It would be nice if this was not pearly white.

Hey @horizonbookings.com,

I had a quick look at your site and managed to recolour the search form using the following code:

form.hp-form--wide.hp-form--primary.hp-block.hp-form.hp-form--listing-search, .hp-form--primary .select2-container--default .select2-selection {
    background-color: #F2C174;
}

You can change #F2C174 to any colour of your choice.

This is CSS, so add it to your site via Admin > Appearance > Customize > Additional CSS

I hope this helps!

Cheers,
Chris :victory_hand:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.