Search box outline colour

QuestionsCategory: CustomizationSearch box outline colour
Alisha asked 3 years ago

Hello, where do I find the option to change the outline colour of the search box when it is embedded in a page? Currently there is no border around it, so users miss it (please see here). I queried this with the plugin’s author and was told that this is due to the default styling of my theme, but i cannot see where to change this under appearance

1 Answers
Support Team Staff answered 3 years ago

You can add this to your additional CSS and change the 999 to any color you would like
 
.pdb-searchform input {
border: 1px solid #999;
}

Alisha replied 3 years ago

Thank you kindly.