Guest Posted September 4, 2020 Share Posted September 4, 2020 Site URL: https://www.deatongroupllc.com/service-index Using the code for the embed from mailchimp, and everything is working well but the font is showing up white (and not visible on the white background). How do I add in font color properties (#5d5d5d) to this style block? I am new to custom css. Thanks! <!-- Begin Mailchimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> <style type="text/css"> #mc_embed_signup{background:#fff; clear:left; font:14px Georgia,Europa,sans-serif; } /* 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> Link to comment
IXStudio Posted September 4, 2020 Share Posted September 4, 2020 Hi Use this code in Design -> Custom CSS .mc-field-group, #mc_embed_signup { color: black; } Please use the like button if it helps you! Best, Leopold katdesigns 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Guest Posted September 4, 2020 Share Posted September 4, 2020 @IXStudioDo you have any way to change the button color (to #4C1E57); or put a space between the checkbox and the answer field? Link to comment
IXStudio Posted September 4, 2020 Share Posted September 4, 2020 Use this code in Design -> Custom CSS input#mc-embedded-subscribe { background-color: #4C1E57 !important; } #mc_embed_signup .mc-field-group.input-group label { padding-left: 10px; } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment