Changing font colour after purchasing upgrade
-
I can change my hovering links colour but not the main font colour on my On a Whim theme. Is there a way to do this? All the titles of my posts are pink and I would like them grey. It does not show an option to change the main font colour. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
After visiting your blog, I see that the post titles are currently grey. Are you still having trouble changing the colors?
-
Really? Do they perhaps look pink only to me when I’m signed in? I’ve checked on several of my devices and they are pink. If you see grey that’s great though. Thanks for your feedback!
-
-
I found the problem! The pink color is applied to previously visited links, and that’s why I saw a grey link and you saw a pink one. Currently, On a Whim only allows changing the visited link color with custom CSS. I’ve sent a request to fix this issue, but in the meantime we can add some of our own custom CSS.
Just go to Appearance > Customize > CSS
Next, paste this code into the editor:
a:visited { color: grey; }Click Save and it should change your link color to grey. You can also use hex codes for the color value:
a:visited { color: #383838; }Let us know if you have any other questions.
-
- The topic ‘Changing font colour after purchasing upgrade’ is closed to new replies.