Shopify themes, liquid, logos, and UX
Any ideas? I'm trying to update the font color in my Newsletter section. I was able to update the background photo the way I want it but can't seem to get the colors to change so it's unreadable:
Here's what I have right now:
div#shopify-section-16267106060c3141e0 {
background-image: url("https://cdn.shopify.com/s/files/1/0586/5413/0363/t/3/assets/EWA_11305_Website_1_Home_7_eNews.jpg");
background-repeat: no-repeat;
background-size: 100%;
padding-top: 25px;
padding-bottom: 25px;
color: white
Store info:
https://emerald-water-anglers.myshopify.com/password
PW: Yakima
Solved! Go to the solution
This is an accepted solution.
Hi!
Just add this code to the bottom of index.css
.ff-heading.fs-heading-base.c-heading {
color:#fff;
}
This is an accepted solution.
Hi!
Just add this code to the bottom of index.css
.ff-heading.fs-heading-base.c-heading {
color:#fff;
}
That worked beautifully, thank you! Can you help me with the same issue for the form input? I tried this:
newsletter__subheading fs-body-base {
color:#fff;
}
based on your previous suggestion and I must have the class wrong?
For anyone that finds this, the solution for changing the input field color is:
.input.newsletter__input {
color:#fff;
}
I can't seem to find index.css is there another ?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025