How to change the Border Color of the Search Box?

  • videointros
    Asked 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.

    Jotform Thread 4122892 Screenshot
  • Kenneth JotForm Support
    Replied 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:

    1656204066 62b7ab22e1e3f f1 Screenshot 10

    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.

  • videointros
    Replied 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.

  • videointros
    Replied on June 25, 2022 at 10:10 PM

    Thank you, I've figured this out based on your help :)