I have blue links throughout my blog, but in the footer it is on a blue background so I want it to be white in the footer without changing all the links to white. I tried building a custom class but that didnt work.
Here is a preview is my blog:
.whitelink{ {% set linkColor2 = “#fff” % !important;}}
a {
color: {{ linkColor2 }};
text-decoration: none;
}