- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Hyperlink color
In the new Epik (dark blue), I need to change the hyperlink color from the dark blue to something more obvious. (Potential customers are asking me where the links are.) I tried a few things but nothing has worked. Is there more than one place I need to change this?
To be more specific, I’d like to change the color of the hyperlinked text within posts/pages. Thanks for any help.
Do you have a link to your site? There are a couple versions of Epik available, so I want to make sure I give you the exact line to change in the css.
Or, you could just add this to your css file –
.epik-darkblue .entry-content a {
color: #000;
}
That should target the links inside of the content area. You can change the #000 to whatever color you prefer. Let me know if you need assistance picking a color.