• website: https://www.weeklymarketanalyst.com/

    I have used custom CSS to successfully change the button font and background color in the sidebar widget for my website:

    /* MailPoet Subscribe submit button */
    .widget input.wysija-submit {
    background: #3e720d;
    border: 1px solid #ccc;
    color: #ffffff;
    }

    However this is not working at the bottom of my blog post where I have used [wysija_form id=”1″] to add the subscribe form. Why does the CSS code not work and what do I need to do to change the colors?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter taastrategies

    (@taastrategies)

    BTW, I also tried this but it has no effect upon the submit button at the bottom of the blog post:

    .wysija-submit-field {
    background: #3e720d;
    border: 1px solid #ccc;
    color: #ffffff;
    }

    Thread Starter taastrategies

    (@taastrategies)

    Two months and no response. I’ve appreciated the MP plugin and I understand that v3 has been a big push but it has been for many, many months. Meanwhile support for current users appears to be going by the wayside: “14 of 182 support threads in the last two months have been marked resolved.” One of the reasons, the other being features, that I’m in the process of moving one of my websites to MailChimp.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Subscribe button colors’ is closed to new replies.