Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys, how can I set the text color to black in the newsletter section?
Here’s my store URL: https://1049xn-ya.myshopify.com/
(Just scroll all the way down, as the newsletter section is at the bottom.)
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
TRy this one.
.newsletter.center .newsletter__wrapper * {
color: #000;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @CreatorTim
TRy this one.
.newsletter.center .newsletter__wrapper * {
color: #000;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Works! Thank you