Support » Plugin: MailPoet - emails and newsletters in WordPress » Customize Form Subscribe

  • Resolved paxkava

    (@paxkava)


    1) Can I Change Color SUBSCRIBE button?

    2) Why on the Sidebar of My Site the reCaptcha Form goes to Head?
    How can it be solved?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Wysija

    (@wysija)

    Hi there @paxkava,

    1: You can, you can use the .mailpoet-submit class and add a background-color and color for the text.

    Like

    .mailpoet-submit {
    background-color: #00000;
    color: #ffffff;
    }

    2: This could be directly related to the theme. You can try moving the position using the .mailpoet_recaptcha class like;

    .mailpoet_recaptcha {
    margin-top: 50px;
    }

    You can also use margin-left, margin-right etc and change the PX value as required.

    Thanks!

    Thread Starter paxkava

    (@paxkava)

    Thanks!
    .mailpoet-submit class work, .mailpoet_recaptcha class don’t work.

    I should attach an image ..

    Thread Starter paxkava

    (@paxkava)

    NOT RESOLVED !!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize Form Subscribe’ is closed to new replies.