Hello,
I want to add a link to my support mailadress, but when I add it, people can’t read it anymore because my footer is black and the link is blue. Is there anyway to fix this?
see the picture below
.
Hello,
I want to add a link to my support mailadress, but when I add it, people can’t read it anymore because my footer is black and the link is blue. Is there anyway to fix this?
see the picture below
.
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.footer-block__details-content a {
color: #fff;
text-decoration: none;
}
.footer-block__details-content a:hover {
color: #fff;
text-decoration: underline;
}