What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I alter the color of my custom theme footer header text?

Solved

How can I alter the color of my custom theme footer header text?

kmswan32
Visitor
2 0 2

Hi, I would like to know how I can change the headers (within the footer - the dark pink parts in my photo) to be white like the rest of the text/links. Thank you. I am using a custom theme, and the dark pink header part is a custom font I added to my website.

Screenshot (251).png

Accepted Solution (1)

codewiser
Shopify Partner
81 35 34

This is an accepted solution.

Hey @kmswan32 

Please follow below steps
Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save

.footer .footer-block__heading,
.footer #FooterCountryLabel{color: #fff !important;}
If your problem solved then Like & Accept this Solution.
For Designing, Development and custom changes hire us. Email us Or WhatsApp Or Skype.

View solution in original post

Replies 3 (3)

codewiser
Shopify Partner
81 35 34

This is an accepted solution.

Hey @kmswan32 

Please follow below steps
Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save

.footer .footer-block__heading,
.footer #FooterCountryLabel{color: #fff !important;}
If your problem solved then Like & Accept this Solution.
For Designing, Development and custom changes hire us. Email us Or WhatsApp Or Skype.
kmswan32
Visitor
2 0 2

Thank you! This worked

Boye2605
Visitor
1 0 0

Hi there Codewiser,

I try to use this solution, but I can not find the file "base.css" - Can I use another one? And does this solution works for Impulse theme?