• Resolved zeevg

    (@zeevg)


    Is there a way to tweak this CSS color variable via Customizer? (The border is invisible on white background until activated.)

    #search-modal input {
        --form-field-border-initial-color: rgba(255, 255, 255, 0.2);
    }

    Or only via custom CSS?

    • This topic was modified 3 years, 5 months ago by zeevg.
Viewing 1 replies (of 1 total)
  • Hello @zeevg

    Have you checked out the Form Controls under Customiser -> General? These settings should be the ones you’re looking for.

    One little thing I’d like to note, is by using the above options, you will affect all the forms on your website. If you’re looking to affect just the search modal form, it is best to use CSS for now.

    Thanks

    • This reply was modified 3 years, 5 months ago by Eduard.
Viewing 1 replies (of 1 total)
  • The topic ‘Change Search Modal “form-field-border-initial-color” ?’ is closed to new replies.