How can I change all text colors in the footer using Dawn theme?

I’m using dawn theme and i couldn’t change h1, h2 tags and social media icons in footer.

I have a code

.footer-block__details-content>li, .footer-block__details-content>p, .copyright__content a, .footer-block__details-content .list-menu__item–link
{
color: #a6bebd !important; /* change color as you like */
}
.footer-block{
color: #a6bebd !important;

}

But this code didn’t change the color of all text in the footer.

Hi @Kevin_i_cut

You can try this code instead

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
footer.footer h1, h2.footer-block__heading {
color: #a6bebd !important;
}

Hi @Kevin_i_cut !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please share page Url so that I can inspect and send code accordingly.

Best Regards;

PageFly

Hi @Kevin_i_cut .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file base.css

footer.footer h1, h2.footer-block__heading {

color: #a6bebd !important;

}

Hope this helps.

Best Regards;

Pagefly

@Kevin_i_cut

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.