Changing color of footer menu name in dawn theme

Solved
itsfine
Shopify Partner
2 0 0

I'm trying to change the name of my footer menu to red so it stands out. I'm using the Dawn theme. Does anybody know the exact code to do that?

Accepted Solution (1)
GemPages
Shopify Partner
5586 1259 1117

This is an accepted solution.

Hello @itsfine 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1675217994225.png

2. Open your theme.liquid file, paste the below code before </body>GemPages_1-1675218011708.png

  <style>
     .footer-block__heading {
          color: #ff0000;
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)
GemPages
Shopify Partner
5586 1259 1117

This is an accepted solution.

Hello @itsfine 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1675217994225.png

2. Open your theme.liquid file, paste the below code before </body>GemPages_1-1675218011708.png

  <style>
     .footer-block__heading {
          color: #ff0000;
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
itsfine
Shopify Partner
2 0 0

Worked thanks!

GemPages
Shopify Partner
5586 1259 1117

It's my pleasure to help 😁.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center