How to customize the active fields of an Elementor form

CSS 

selector input:focus{
background-color: #D8D4D4!important;
color:blue!important;
}
selector select:focus{
background-color: #D8D4D4!important;
color:blue!important;
}
selector textarea:focus{
background-color: #D8D4D4!important;
color:blue!important;
}

If you need any plugin for this tutorial you can find it in the plugins page.

Share on your social networks

Leave a Comment