I am trying to change all of this hyperlinked text to #000000 with no underline. I can’t seem to find the CSS attribute that is making this happen. https://verseau.world/pages/stockists2
1 Like
can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
a {
color: #000;
text-decoration: none;
}
1 Like
Thank you so much @KetanKumar !
1 Like
its my pleasure to help us