[Resolved] Subscribe Button

Home Forums Support [Resolved] Subscribe Button

Home Forums Support Subscribe Button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #334261
    Edward

    I’d like to know how you did the Subscribe button in the footer of your website? I’d like to do the same thing. My site is https://liveorretireoverseas.com. I’d also like to move the Subscribe button closer to the Email Address field, like yours. Thanks.

    #334290
    Leo
    Staff
    Customer Support

    Hi there,

    Try adjusting it in Customizer > Colors > Forms > Button.

    Let me know.

    #334307
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS to bring them closer:

    #mc_embed_signup_scroll p {
        margin-bottom: 5px;
    }
    #334552
    Edward

    I can change the color of the button to match the color of the footer, but I can’t see how to give it the white border like in your site.

    #334554
    Leo
    Staff
    Customer Support

    Try this additional CSS:

    #mc-embedded-subscribe {
        border: 2px solid #ffffff;
    }

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

    #335009
    Edward

    That’s it! Thank you guys!

    #335023
    Leo
    Staff
    Customer Support

    No problem!

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