[Resolved] How to change link visited color

Home Forums Support [Resolved] How to change link visited color

Home Forums Support How to change link visited color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1358759
    Stephane

    Hello there

    How could I change the color of visited links?

    I would like to keep white color here.

    Best regards

    Stef

    #1358801
    David
    Staff
    Customer Support

    Hi there,

    They’re remaining white for me – did you resolve this?

    #1361581
    Stephane

    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

    #1361677
    David
    Staff
    Customer Support

    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;
    }
    #1361696
    Stephane

    Thanks David ๐Ÿ™‚

    #1361707
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.