Tagged: enfold
I downloaded a plugin for a “sign up for my newsletter” button, and I want to change the color. How would I do this? Thanks!
Hi uattah!
Can you post the link to your page where you have this button?
Regards,
Yigit
Hi there!
This is my website: http://proletehealth.com/
The button appears in the footer, so it’s present on all pages. The button is gray and I want it to be an orange color to match the rest of my site.
Thanks :)
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.footer_color input[type='submit'] { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }
.footer_color input[type='submit']:hover { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }
Adjust second code for hover state
Best regards,
Yigit
Amazing!!! Thank you!! :)
Hi!
You are welcome :) Let us know if you have any other questions
Best regards,
Yigit
I will indeed. Thank you!