Site logo

Archived topic

How to change link visited color

5 replies · Started by Stephane on July 10, 2020

Viewing posts 1–6 of 6

Hello there

How could I change the color of visited links?

I would like to keep white color here.

Best regards

Stef

Hi there,

They're remaining white for me - did you resolve this?

Hi David

It depends the page. For e.g here. Click on a picture link, and go back. The text on the picture will be red. I would like to keep it white.

Thanks a lot

Stef

How odd :)

try adding this CSS:

.wpsp-card .wp-show-posts-entry-title a,
.wpsp-card .wp-show-posts-entry-title a:visited {
    color: #fff !important;
}

Thanks David :)

You're welcome

This archived topic is closed to new replies.