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

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.

1 Like

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;}

Thank you! This worked

1 Like

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?