Hi, where do i change the color of the button in contact form?
I need to set RBG # -values, thanks.
Hey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class input[type='submit'] { background-color: rgb(255,0,232); }
Best regards,
Yigit
Thanks!