Archived topic
Subscribe Button
6 replies · Started by Edward on June 15, 2017
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.
Hi there,
Try adjusting it in Customizer > Colors > Forms > Button.
Let me know.
Try adding this CSS to bring them closer:
#mc_embed_signup_scroll p {
margin-bottom: 5px;
}
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.
Try this additional CSS:
#mc-embedded-subscribe {
border: 2px solid #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That's it! Thank you guys!
No problem!