Hi all,
I’m about changing my whole shop color from #eeece5 to #fafcfc. I was able to change the color settings easy but only for one section I don’t know how to change: The newsletter section it’s still in my old color… I guess because this part is customized. Attached you’ll find a screenshot, because I didn’t publish it yet (of course). My page is www.chumani-jewels.com. I appreciate any help, thank you so much!
1 Like
Hi @chumani
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
footer.site-footer.critical-hidden {
background: #fafcfc !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Thank you so much for your quick help @PageFly-Henry . I tried your solution but it didn’t solve my problem
Do you have another idea?
Thank you so much and best regards
Hi @chumani
Try this one if it work seems like the newsletter is an app.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
form.needsclick.klaviyo-form.klaviyo-form-version-cid_1, .needsclick:not(button.needsclick.go4035149975), span.ql-font-dm-sans {
background: #fafcfc !important;
}
And Save.
Result:
if its not working I advice to contact the app provider. Thanks!
Hi @Made4uo-Ribe , thank you so much for your solution. The code didnt work but your tip with my app provider was my resque, as its embedded I could change it in klaviyo app. Thank you very much for your help!
Welcome, mostly the code from the local editor wont work on the app.