Referring to the post “Buttons Behave Erratically” what additional code can be added to have the hover colour for all buttons to be consistent.
Thanks
Hi oslpag!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color a:hover,.alternate_color a:hover,
.main_color input[type='submit']:hover, .alternate_color input[type='submit']:hover { background-color: red; color: white; }
Cheers!
Yigit