HOW DO I FIX MY FOOTER TEXT COLOR TO PLAIN WHITE? - STILETTO THEME

How do I make the font color plain white like the headings “customer service” & “my account”. I don’t like this light grey faded color it has. I want all of it plain white. How do I do this???

I have STILETTO theme.

Hello @Renaye,

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

password removed

Hi @Renaye,

To can change the text color in Footer section, you can check out my suggestion below :grin: :

  1. Go to Edit code on Online Store:

  1. Add my code to the end of the file Theme.css**:**
#shopify-section-footer .footer__inner {
	color: #ffffff !important;
}

*Note: you can replace the color #ffffff with another color you want.

I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.

Kind & Best regards,
GemPages Support Team.

Perfect! It worked. Thank you so much!

Hello @Renaye ,

Your kind words have just made my day :heart_eyes: . If you need further support, do not hesitate to reach out to us.

Kind & Best regards,

GemPages Support Team.