Change text colour website footer

Change text colour website footer

PeterB2
Tourist
12 0 5

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

 

screenshot_2025-01-27_at_15.04.37_480.png

Replies 5 (5)

pawankumar
Shopify Partner
673 98 121

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
PeterB2
Tourist
12 0 5

Hey Pawankumar,

Thank you for sharing, unfortunately it didnt work for some reason

 

Screenshot 2025-01-27 at 17.08.22.png

pawankumar
Shopify Partner
673 98 121

Can you please provide store url and password as well if it is password protected ?

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
PeterB2
Tourist
12 0 5

Hey,

The store url is sazy.com

pawankumar
Shopify Partner
673 98 121

Hi @PeterB2 
Please use this code before body closing tag </body>

<style>
.footer__block--newsletter p.h3 {
    color: #735b1f;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan