Change text colour website footer

Topic summary

A user needs help changing the text color above the email signup box in their website footer using the Prestige theme.

Initial Solution Attempt:

  • Another user provided CSS code to be inserted in theme.liquid before the closing </body> tag
  • The code targeted footer text with color: #000 (black)
  • This initial solution did not work

Resolution:

  • After the user shared their store URL (sazy.com), a revised CSS code snippet was provided
  • The updated code should be placed in the same location (before </body> tag)
  • The discussion appears resolved with the second code solution, though final confirmation is pending

Status: Awaiting user confirmation that the revised CSS code successfully changed the footer text color.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

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


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


Thanks!