Visited Link

How do I change the visited link colour on the blog posts? The default it purple and would like it to be black.
Thanks.

Hi @oceansurf

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.entry-title a:visited {
    color: #000;
}

Best Regards,
Movin

Thanks Movin but this is not working. All the visited links on the blog page continue to remain as purple. Please advise…many thanks!

Could you please share me the page URL from your site where it is not working so that i can troubleshoot it?