How can I change the font color of my footer menu text in Prestige theme?

Solved

How can I change the font color of my footer menu text in Prestige theme?

pongopetfood
Excursionist
42 0 13

Hello, 

 

I'm using Prestige theme, and I would like to change the font color of my footer BUT not the title, just the menu in white ! Do you have a solution ?

 

Thanks!!

 

Website : https://pongopetfood.com/

Password : PONGOPETFOOD!

 

Capture d’écran 2024-03-05 à 15.47.11.png

Accepted Solution (1)

Easypardrop
Shopify Partner
5 1 2

This is an accepted solution.

Hey 
Follow these steps for add code on the Shopify 
Step1: Go to Shopify > Theme >Customize > Edit code >Search the file name "theme.css"
Step2: end of the theme.css file  paste the below code save and check 

 

 

 

.footer a ,.footer p{ color: #fff;}

 

View solution in original post

Reply 1 (1)

Easypardrop
Shopify Partner
5 1 2

This is an accepted solution.

Hey 
Follow these steps for add code on the Shopify 
Step1: Go to Shopify > Theme >Customize > Edit code >Search the file name "theme.css"
Step2: end of the theme.css file  paste the below code save and check 

 

 

 

.footer a ,.footer p{ color: #fff;}