I would like to embed a mailchimp subscription box on the right hand side of my footer. From there what’s the code to move the social icons to the left hand side of the footer? (So social icons on the left and subscription on the right?)
Also how can I change the CSS of the footer as default my Mailchimp to ensure it matches the default Activello theme?
The code is:
<!-- Begin MailChimp Signup Form →
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel=“stylesheet” type=“text/css”>
<style type=“text/css”> #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:600px;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id=“mc_embed_signup”>
<form action="//reintention.us14.list-manage.com/subscribe/post?u=521536088f540def98721b5cc&id=ff430d63ce" method=“post” id=“mc-embedded-subscribe-form” name=“mc-embedded-subscribe-form” class=“validate” target="_blank" novalidate>
<div id=“mc_embed_signup_scroll”>
I hope you are well today and thank you for your question.
You can try achieving this by using the attached custom child theme of Activello theme that contains your above shared code.
It seems your shared MailChimp code is not correct so it is not displaying signup form for me so please replace the above code added in footer.php file of theme with correct code.
Two things - how can I get rid of the white box surrounding the subscription box? (www.reintention.com)
Secondly, for some reason there is random “1” on my copyright - I had an issue with the extras.php code originally and caused a parsing issue. From FTP I was able to restore a copy of the code but there seems to be this 1 from somewhere?
Secondly, for some reason there is random “1” on my copyright – I had an issue with the extras.php code originally and caused a parsing issue. From FTP I was able to restore a copy of the code but there seems to be this 1 from somewhere?
Please share me your modified extras.php file code so that i can troubleshoot it.