-
videointrosAsked on June 25, 2022 at 7:00 PM
Hello. Can you please show me how to color this search box yellow using CSS? (attached). Thanks.
Page URL: https://form.jotform.com/221684982398170 -
Kenneth JotForm SupportReplied on June 25, 2022 at 8:45 PM
Hello videointros,
Thank you for reaching out to Jotform Support. After customizing the form, here is how it looks in a screenshot below:
If that is acceptable, please insert this code into the Inject Custom CSS Area:
input#productSearch-input {
border-color: yellow !important;
}
Let us know if you have any further questions or concerns.
-
videointrosReplied on June 25, 2022 at 9:17 PM
Hello Kenneth and thank you. I apologize if I was unclear. I was hoping to change the background of the search box yellow, not the border. Can you please reply with an update? Thank you again.
-
videointrosReplied on June 25, 2022 at 10:10 PM
Thank you, I've figured this out based on your help :)