Link Colors changed - is not what I have it set as,

I have my link colors set to green, but they are showing up as white. Please advise.

https://tradeinsights.amys.com/

Hi @parabolic,

Thanks for reaching out!

I suspect that it has something to do with the cache that’s why your changes didn’t take any effect. I suggest that you clear any 3rd party cache associated with your website.

If the issue still persists after clearing the cache, would you mind sharing your admin credential so that we can check your back-end settings? To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

I added a secure note above. Please take a look. Thank you.

Hello Haley,

Please edit your custom footer. You have added this custom CSS:

a, a:hover {
  color:white !important;
}
a:hover {
  text-decoration: underline;
}

If you want this custom CSS code to only affect the footer, you will have to update it and use this:

.x-colophon a, .x-colophon a:hover {
  color:white !important;
}
.x-colophon a:hover {
  text-decoration: underline;
}

Best Regards.

Thank you - This part was update by someone else, I am having a hard time finding the custom footer css. Can you help direct me to where I can find it?

Hello Haley,

To get the footer custom CSS box, you need to go to the Pro—>Footer —>Click on Edit Button that you have to assigned —>Click on the CSS.

Dashboard-‹-Barber-Site-—-WordPress

Pro

Hope it helps
Thanks

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