The CreatorCon Call for Content is officially open! Get started here.

How to change the border of the select box

Meru
Kilo Contributor

How should I change color of the border of the current field from blue to yellow .Please let me know the navigation of how to change as wellfind_real_file.png

Thanks

Meru

6 REPLIES 6

Saurabh singh4
Kilo Guru

Hi Meru

 

Please try this it will surely help you.

 

f you are already cloned and customized search widget then simply add below css to the widget.

 

.form-control:focus {
border-color: black; //update border color here
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

 

Please mark my answer correct and helpful,if this helps you in any way

Saurabh

How do I do that can you please tell me the navigation for that where to change what ?because I am new to SNOW .This is under submit a question