How can I change the color of copyright logo and date at the bottom of the footer (Dawn theme)

Hi,

I have been trying to change the color of copyright logo and date at the bottom of the footer, but it seems that it needs coding. Can anyone teach me how to do it?

Thanks!

Hello @BrandoKan

Greetings!!

Please follow the steps

  • Step 1: Go to Online store > Themes > Actions > Edit code->Section->footer.liquid

  • Step 2: Ctrl+f and find this text

footer__copyright caption
  • Step 3: Paste this code below this text For a better understanding :
 <small>Add whatever you add </small>

For better understanding : https://prnt.sc/SQz5M0-EPsYb , https://prnt.sc/SQz5M0-EPsYb

1 Like

Thank you. But how can I change the color of them?

1 Like

Hello @BrandoKan

Please follow the steps

  • Step 1: Go to Online store > Themes > Actions > Edit code->Assets->base.css
 .footer__copyright {
   color: black;
}

You can edit black to another color code and color name

2 Likes

Thank you so much! It works!

1 Like