Clicked links colour

Hi

How do i stop the colour of clicked links?

Currently they change to red, if clicked, you can’t then read the links how to stop that?

Hi there,

Please add this code in X > Theme Options > CSS:

/* visited link */
a:visited {
    color: #00FF00 !important;
}

https://www.w3schools.com/css/css_pseudo_classes.asp

Feel free to change the color value in the code.

Hope this helps.

thanks but dont see this when i click css in X > Theme Options > CSS:

Hi Amin,

You can simply add the provided CSS rule and change the color accordingly. So that it will change your visited link colors.

Hope that helps.

Hi @commissionworks,

Please confirm if your issue has been resolved.

Thanks

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