Site logo

[Resolved] How to change the ‘Subscribe’ button’s background color to theme color

Home Forums Support [Resolved] How to change the ‘Subscribe’ button’s background color to theme color

Home Forums Support How to change the ‘Subscribe’ button’s background color to theme color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1586581
    Sam

    Please advise how to change the ‘Subscribe’ button’s background color to theme color.

    Thanks.

    #1586592
    Sam

    FYI I am already using the background setting in Colors > Buttons but it doesn’t do anything to the ‘Subscribe’ button of the Newsletter plugin.

    #1586662
    Leo
    Staff
    Customer Support

    Hi there,

    The color of that button is coming from the Newsletter plugin and it’s overwriting the theme settings:
    https://www.screencast.com/t/b9Bs1OP4LTS

    Does the plugin provide options to change that?

    If not you can try this CSS:

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

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

    #1587369
    Sam

    The CSS you provided works perfectly. Many thanks.

    #1587490
    Leo
    Staff
    Customer Support

    No problem 🙂

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