Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I change color of links visited?

Currently, the color is purple, hard to distinguishe from the regular blue. Other browesrs the color is red.


Some place I dound a suggestion to use a "Text Editor" in the applications. I don't have one.


Safari 5.1.7, Mac OS 10.6.8


Thansk

iMac, Mac OS X (10.6.8)

Posted on May 18, 2013 12:59 PM

Reply
Question marked as Best reply

Posted on May 18, 2013 2:44 PM

Use Textedit (should be in your main Applications folder): open a new document & choose Format - Make Plain Text (if that's not already set)


copy/paste the following into it


a:visited { color: red !important; }

then save it, with the extension .css : links.css for example.


Now go to Safari - Preferences - Advanced - Style Sheet and choose the file you saved.


Extensions like http://canisbos.com/quickstyle allow making changes per-site; also read http://www.w3schools.com/css/css_link.asp if you need more detail/options.

6 replies
Question marked as Best reply

May 18, 2013 2:44 PM in response to IAMac87

Use Textedit (should be in your main Applications folder): open a new document & choose Format - Make Plain Text (if that's not already set)


copy/paste the following into it


a:visited { color: red !important; }

then save it, with the extension .css : links.css for example.


Now go to Safari - Preferences - Advanced - Style Sheet and choose the file you saved.


Extensions like http://canisbos.com/quickstyle allow making changes per-site; also read http://www.w3schools.com/css/css_link.asp if you need more detail/options.

Jun 17, 2015 1:51 PM in response to andyBall_uk

I like the idea but I see Jennseay's point. For example, when I went to ABC and pulled down "All Shows", then selected "Castle", the color of the Castle link remained red even after I reloaded the page. On the plus side, you don't have to use red if that is too bright for you. You can change the color to whatever you like, and if you don't want to keep the change, just go back to "none selected" in style sheet.

Jul 25, 2015 3:37 PM in response to Jennseay0393

The only fundamental requirement here is that you need to insert CSS code into sites you visit. (In this case, the CSS changes the link color. It can change almost anything else, though.)


You can do this in multiple ways. One is to add a Style Sheet to Safari in the settings. Another is to install the extension Stylish (http://sobolev.us/stylish/), which will let you add CSS to specific sites, all sites, classes of sites, etc. See the example below:


User uploaded file

How do I change color of links visited?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.