Change hyperlink text color in custom footer

Hi,
I’d like to know how to change the text color of the hyperlinks in my custom footer:
https://home.findfashionrep.com/

I saw the same question posted earlier, but, it was for X and I’m using Pro. And it didn’t seem to work.

Thanks.

Hello Mike,

Thanks for writing in!

To resolve your issue, please use this code instead:

.x-colophon .x-bar a {
    color: blue;
}

.x-colophon .x-bar a:hover {
    color: red;
}

We would love to know if this has worked for you. Thank you.

That worked. Thanks!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.