Site logo

Archived topic

Productcategory page - visisted links should not change color

5 replies · Started by Kasper on September 26, 2020

Viewing posts 1–6 of 6

Hi,
I have a problem on my product category page that I hope you can help me with. This is the page: https://www.optimasport.dk/produkter/recovery_boots/

Every time a link is visisted, the color change to balck. Is there someway that I can disable this?

Hi there,

can you disable your cache plugin so i can see whats causing that.

That is done now.

Looks like the cache was causing the problem by mixing up the order of the CSS.
If you test an a private browser you will see the links don't change the visited color.

If re-enabling the cache causes the issue - then add this CSS to fix the problem:

.site-content a:visited {
    color: #2ea3f2 !important;
}

Thank you very much that worked :)

You're welcome

This archived topic is closed to new replies.