Double font issue with links in footer

Hello,

I am having an issue with the font on the footer of our site. When the links are set to a color instead of transparent, it will show the words twice almost on top of each other.
This makes any links in the footer look bolded. We have other links on our site that need to be seen, so I cannot leave the hyperlink color transparent.

Link color set to gray:

Link color set to transparent:

Hi there,

Please add this in the custom CSS:

.x-colophon .widget,
.x-colophon .widget .h-widget {
    text-shadow: none;
    color: #fff;
}

Hope this helps.

1 Like

Thanks so much!

Glad we were able to help :slight_smile:

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