Shopify themes, liquid, logos, and UX
Hey,
How do I change the colour of just the text above the email sign up box in my website footer. I am using the theme Prestige
Hi @PeterB2
You can put this css in theme.liquid before body closing tag </body>
<style>
.footer__block.footer__block--newsletter .prose.text-subdued {
color: #000;
}
</style>
If it works, you can change the color to any color you like, I put that black #000 for now
Thanks!
Hey Pawankumar,
Thank you for sharing, unfortunately it didnt work for some reason
Can you please provide store url and password as well if it is password protected ?
Hey,
The store url is sazy.com
Hi @PeterB2
Please use this code before body closing tag </body>
<style>
.footer__block--newsletter p.h3 {
color: #735b1f;
}
</style>
Thanks!
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