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!
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
<small>Add whatever you add </small>
For better understanding : https://prnt.sc/SQz5M0-EPsYb , https://prnt.sc/SQz5M0-EPsYb
Thank you. But how can I change the color of them?
Hello @BrandoKan
Please follow the steps
.footer__copyright {
color: black;
}
You can edit black to another color code and color name
Thank you so much! It works!