Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
.
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. 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;
}
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. 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;
}