Homepage › Community Forums › Epik Theme Support › Change link color
Hi,
How do I change my link color on my posts to 0044CC?
Thanks
Do you have a link to your site? I can tell you the exact line you’ll need to change.
Sure, here’s the site: http://fallasleepsnug.com (still in construction)
And here’s a link to a post http://fallasleepsnug.com/review-philips-hf3470-wake-light/ (I only want to change the link color on posts)
For the links inside your posts, look around line 2205 in your css for this –
.entry-content a { color: #000; }
and you can change the #000 to whatever color you need.
#000