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!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025