Aurora Posted August 19 Share Posted August 19 Hi! I'm not sure how to even articulate my question, but I'll try. I use Mailerlite to collect emails addresses via my website. When I set this up a while ago, there was no integration available for Squarespace (and I have no recollection of how I set it up), but now there is an integration available. My setup has worked just fine, but I thought I might be able to simplify it by using the new integration. However, when I went into Code Injection, I saw that the code for the new integration was already there. I don't know how it got there. Is that something that is updated automatically??? I'm wondering if anyone could tell me what's happening on my site as I'm trying to decide if it would be best to change or update anything or not in order to optimize the newsletter signup. I see that I'm using a line of code, but I don't understand if this is how it would be done with the integration, too, or if it would be different then. The only thing that I don't like now is the background color. On my homepage, I had to shift things around and ended up with a blue background for the newsletter block instead of white/blank. However, the sign up boxes appear white and I don't know how to make them blue. Can someone tell me how to change that? Many thanks! Link to comment
tuanphan Posted August 22 Share Posted August 22 Can you share link to hompage? Aurora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Aurora Posted August 22 Author Share Posted August 22 37 minutes ago, tuanphan said: Can you share link to hompage? Hi! I thought I did, thank you for replying! https://kristinkuehn.com Link to comment
tuanphan Posted August 24 Share Posted August 24 To make Mailerlite appears on your site you will need to use Mailerlite embed code code to Code Injection or Code Block So it is normal for code to be available in Code Injection. You want to make this white to blue same as section color? Aurora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Aurora Posted August 26 Author Share Posted August 26 On 8/24/2024 at 11:38 AM, tuanphan said: To make Mailerlite appears on your site you will need to use Mailerlite embed code code to Code Injection or Code Block So it is normal for code to be available in Code Injection. You want to make this white to blue same as section color? Yes, I'd like to make the white around the first name and email address fields blue. Link to comment
Solution tuanphan Posted August 30 Solution Share Posted August 30 On 8/27/2024 at 12:51 AM, Aurora said: Yes, I'd like to make the white around the first name and email address fields blue. You can use this to Website Tools > Custom CSS .ml-embedded div { background-color: #b5d1e9 !important; } Aurora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Aurora Posted August 30 Author Share Posted August 30 3 hours ago, tuanphan said: You can use this to Website Tools > Custom CSS .ml-embedded div { background-color: #b5d1e9 !important; } Thank you so much for your help! It works, however, now the blue box also shows up on my blog pages, where I want them to remain white. Is this something that can be adjusted? Many thanks! Link to comment
tuanphan Posted September 2 Share Posted September 2 On 8/30/2024 at 6:37 PM, Aurora said: Thank you so much for your help! It works, however, now the blue box also shows up on my blog pages, where I want them to remain white. Is this something that can be adjusted? Many thanks! Can you share link to a blog page? Aurora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Aurora Posted September 2 Author Share Posted September 2 (edited) On 9/2/2024 at 11:33 AM, tuanphan said: Can you share link to a blog page? @tuanphan Of course, thank you! https://www.kristinkuehn.com/writing/summer-cross-quarter-2024 Edited September 5 by Aurora Link to comment
tuanphan Posted Saturday at 01:20 AM Share Posted Saturday at 01:20 AM On 9/2/2024 at 6:29 PM, Aurora said: @tuanphan Of course, thank you! https://www.kristinkuehn.com/writing/summer-cross-quarter-2024 You can use this CSS code under body[class*="type-blog"].view-item .ml-embedded div { background-color: #fff !important; } Aurora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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