Archived topic
How can I change the color of my newsletter subscribe button?
5 replies · Started by Nick on March 23, 2018
here's the link...
I installed the free "Newsletter" plugin and added it to my footer, but it has an ugly black subscribe button that I would like to change. I found a nice orange color fa9c09 that I would like to use instead. Can you tell me how to change this? I would also need to change the color of the text from white to black. Thanks!
Hi there,
Can you link me to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
OK, I sent the URL in my previous post. Thanks.
Try this CSS:
.tnp-widget-minimal input.tnp-submit {
background-color: #fff;
color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Super cool! Thank you so much!
No problem!