[Resolved] How can I change the color of my newsletter subscribe button?

Home Forums Support [Resolved] How can I change the color of my newsletter subscribe button?

Home Forums Support How can I change the color of my newsletter subscribe button?

  • This topic has 5 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #528635
    Nick

    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!

    #528821
    Leo
    Staff
    Customer Support

    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 🙂

    #531338
    Nick

    OK, I sent the URL in my previous post. Thanks.

    #531644
    Leo
    Staff
    Customer Support

    Try this CSS:

    .tnp-widget-minimal input.tnp-submit {
        background-color: #fff;
        color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #535325
    Nick

    Super cool! Thank you so much!

    #535692
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.