Hi,
You are not suppose to put the following codes in your Theme Options -> Custom CSS
<div id="mc_embed_signup">
<form action="//dlwoodauthor.us11.list-manage.com/subscribe/post?u=007642692da6da329754abd6c&id=d25436f258" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div></div>
<div class="clear"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<div id="fb-root"></div>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
And also, you are not suppose to put comments without the proper syntax in Theme Options -> Custom CSS
The following is wrong.
Fixing odd shadow around text:
All those will break the css code in dynamic generated css file.
Only proper css code is allowed. You won’t see any error notice on your website when css codes are broken, you only see weird styles.
Thanks!