Hi,
Thanks for contacting us about styling specific elements within your site. I have check out the page you send and I presume you mean the custom select field above the map? If so you can use the below custom CSS in your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’
COPY CODE
select.js-wpv-filter-trigger.form-control {
color: white!important;
border-color: blue!important;
background-color: red;
}
I have set three random colors so you can see which parts of the elements they style, I wasn’t sure what color you wanted so I didn’t set anything specific for you. To change these values from defined colors in words to # values deleted the word and replace with #000000 (where 000000 is your color value).
Don’t forget to purge your website cache, any CDN and your front-end cache (Ctrl+F5) to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution