Override Global Link color

I have a page I’m trying to create on our site citrusindustry.net and I want to create navigation links on the page. I want to use custom colors for these links. I inserted the text as a headline element, but when I link it, it changes to the site default which is a dark green color. I’ve tried custom CSS in that element, but it impacts every link on the page then.

Hello Jay,

Thanks for writing in!

If you want to change the link color for specific page then please add following CSS under X > Theme Options > CSS:

.postid-14498 .entry-content a {
    color: #ddd !important;
}

Please change post id and color as per requirement.

To find the post id, please refer following article.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.