Comments Jasmin started the conversationNovember 30, 2018 at 1:20pmHi,I'd like to change the SignUp Form Submit Background Color. I found this option for header and footer, but is it also possible for the sidebar sign-up?THANKS! 2,700PenciDesign repliedNovember 30, 2018 at 1:54pmHi,To do that on the sidebar, please add more this code to Customize > Custom CSS: .widget input[type="submit"], .widget button[type="submit"]{ color: #fff; background: #ff0000; border-color: #ff0000; } .widget input[type="submit"]:hover, .widget button[type="submit"]:hover{ color: #ffffff; background: #ffff00; border-color: #ffff00; } Change color codes #ffffff on the above code for change text color of buttons.Change color codes #ff0000 on the above code for change the background for buttons when not hoverChange color codes #ffff00 on the above code for change the background for buttons when hoverYou can get a color code hereBest Regards,PenciDesignJasmin repliedNovember 30, 2018 at 4:32pmThank you so much!!! Sign in to reply ...
Hi,
I'd like to change the SignUp Form Submit Background Color. I found this option for header and footer, but is it also possible for the sidebar sign-up?
THANKS!
Hi,
To do that on the sidebar, please add more this code to Customize > Custom CSS:
Change color codes #ffffff on the above code for change text color of buttons.
Change color codes #ff0000 on the above code for change the background for buttons when not hover
Change color codes #ffff00 on the above code for change the background for buttons when hover
You can get a color code here
Best Regards,
PenciDesign
Thank you so much!!!