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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025