• Hello,

    The highlight words (linked words) within the text in posts and pages on this website are meant to be green and often are. Unfortunately, some of these highlight words however are remaining red for some reason. Can this be fixed so they are all green? Also, some start as green but then change to red after they have been clicked from.

    Examples on the first page blog posts are the word ‘here’ in many of the posts. Some are green and some are red. Also ‘read more from Caroline’.

    Can you please advise how to fix this?

    Thanks.
    L

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi L,

    The red link only presents when the link was visited. To change this to become green, add the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    a:visited {
      color: #5dba1b;
    }
    

    ​I hope this reply helps.

    Regards,
    Kharis

    When I do that, post’s title get the visited link color too (although I haven’t clicked on them before).

    Why?

    Can you try clearing your web browser’s cache, history, and restarting it? Perhaps the cache/history still noticed it was visited before but you might forget.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link Word Colour’ is closed to new replies.