Monday 10 April 2017

How to change visited link color in Chrome browser

Generally when you click on a link the color change is not noticeable. Its color changes form blue to purple which is not distinguishable at all. Here, I am going to familiarize you with a chrome addon/extension which can change visited url color as you like. You can change the color to red, yellow, green and so on.

How to change default color of visited url/link. I am changing the color to red, but you can use other colors too.

Watch this video for step by step guide on how to configure stylish addon to change visited link color



-----------------------------------------------------------------------------------------------
Link to Stylist extension: https://chrome.google.com/webstore/detail/stylist/pabfempgigicdjjlccdgnbmeggkbjdhd?hl=en
------------------------------------------------------------------------------------------------
Here is the code -exclude apostrophe "A:visited { color: red ! important }"
------------------------------------------------------------------------------------------------------
If you want to use different color:

Substitute red for another color like black, brown, blue or use a hex color code. You can get hex color code here: http://www.color-hex.com/
hence the following:
A:visited { color: brown ! important }
A:visited { color: black ! important }
or use a hex color number...
A:visited { color: #a47709 ! important }





No comments:

Post a Comment

Hi, we hope you find this content helpful. For any suggestions and recommendation please comment below. We value your feedback.