Comments fidgetandjunebug started the conversationApril 11, 2020 at 9:48pmHi, how can I change the colour of the Submit button on the Newsletter widget and also the Submit button on the Comments box? Images attached.Thanks 2,700PenciDesign repliedApril 12, 2020 at 3:43amHi,Please add more this code to Customize > Custom CSS to do that: #respond input[type="submit"], .wpcf7 input[type="submit"], .widget_wysija input[type="submit"], .widget input[type="submit"], .widget button[type="submit"]{ background: #ff0000 !important; color: #ffffff !important; } Change color codes ff0000 and ffffff on above code to color codes as you want.Best Regards,PenciDesignfidgetandjunebug repliedApril 14, 2020 at 9:02pmThanks! Sign in to reply ...
Hi, how can I change the colour of the Submit button on the Newsletter widget and also the Submit button on the Comments box? Images attached.
Thanks
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change color codes ff0000 and ffffff on above code to color codes as you want.
Best Regards,
PenciDesign
Thanks!