Change color of links
-
Hi Kokkieh
Of course, http://www.littlegreybox.net is the site.
To clarify, I am looking to change only the colours of the live links within posts and pages. I have applied the code above but it also changes the titles of posts in the sidebar.
I would love some guidance on how I can control this if possible?
Thanks for your help,
Matt -
Hi Kokkieh
To clarify, I’m looking to change only the colours of the live links within posts and pages. I have used the code in CSS above but it also changes the titles of posts in the right-hand sidebar. Preferably, I would like to have some control over this?
Thanks for your help,
Matt -
Hi @gemmacevens
Thank you so much that is perfect.
One last thing, If I wanted to bold those links is there an additional code?Matt
-
Hi Matt,
To make them bold, you’ll need to add this line
font-weight: bold;to the code @gemmacevans provided. It must look like this:.post a:not(.more-link), .entry a { color: #454a81 !important; font-weight: bold; } -
- The topic ‘Change color of links’ is closed to new replies.