Tagged: MailChimp
Is there a way to insert a MailChimp e-mail signup form into an image inside Layerslider?
Something similar to this: http://foundora.com/
Obviously that’s not a slider.
OR, how can I NOT use Layerslider and have my header look like what’s on that page.
Thanks in advance!
Hey LFE!
Here is what you could do to achieve what you are after :
1. Use a color Section ( using avia page builder ), insert a background image ( Custom Background Image ).
2. Adjust padding or if need to assign a ID ( For Developers: Section ID ), so you can target this appropriately ( height or else ).
3. Insert your custom form, and you are all set.
Best regards,
David
Done, but #1 the Subscribe button isn’t showing and #2 is there anyway to use Enfolds buttons? or how can I style MailChimps buttons?
Hi,
Can you post the link to your website please?
Regards,
Josue
http://www.fantasyblurb.com/testing123/?page_id=16
No button, and the background, I guess I’d have to edit it via CSS.
Hey!
Try adding this code to the Quick CSS:
div.clear #mc-embedded-subscribe {
display: block;
visibility: visible;
height: auto;
width: auto;
}
Cheers!
Josue
Awesome, thank you very much.
I’m guessing for all the other color/font tweaks JUST for this form I’d also have to add CSS in that box, correct?
Hi!
Yes, you can add it directly in the LayerSlider page.
Regards,
Josue
It’s actually a Color Section.
Quick CSS, right?
Yes in that case it would be Quick CSS.
Best regards,
Josue