Visited Links Colour

Just making a post query loop and the visited Links (title, author and categories) change to black on Safari iOS (maybe other browsers)

They should be green always, but they go black when using Safari on iOS.

How can I stop this?

I’ve self solved this. For anyone with the same question add this to Bricks → Settings → Custom Code ->Custom CSS

a, a:visited, a:active {
color: inherit;
}

1 Like

Are you running the betas of iOS or macOS by chance? I’ve only recently seen this issue in the latest two beta versions, and think this is just a WebKit bug that’ll be fixed soon.

1 Like

I am yes.

I’ve started noticing this on non Bricks websites now, so you’re absolutely right, it’s an IOS beta bug.

Just so you know, it was fixed in the latest beta that came out this week.

1 Like

Excellent, thanks for updating me. I appreciate it.