Hi there
how change the blue colour back to the original colour in this linked text in the footer?
passw: chs
thanks!
Hi there
how change the blue colour back to the original colour in this linked text in the footer?
passw: chs
thanks!
Hi @INFRA , you can follow these steps:
Step 1: Open Online Store → Themes → Edit code.
Step 2: Find component-card.css file
Step 3: Paste this code at the bottom of the file
.footer__copyright.caption > a {
color: #2e2d08bf !important;
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you ![]()
Hi @INFRA
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.footer__copyright.caption>a {
color: #2e2d08bf !important;
Result
Best,
Liz