It is not possible to see different colored words that have a hyperlink.ON PAGES

Hello
I am having problems with the pages Only in them, it is not possible to see in a different color the links in text. You can only see highlighted when you place the cursor over the word.

This happens on the pages. That is, it is not possible to see different colored words that have a hyperlink.

I’m sorry for my English.

Thank you

Hi @karemkcp,

I hope you are well today and thank you for your question.

You can change link color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .entry-content a {
    color: #337ab7 !important;
}

You can change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

HI, Thanks, that works perfectly. Now the social networking icons also changed color. I do not want them to change color. I also do not want to change the part where it says read more I want to leave them as they were.

I just want to change the hyperlinks in text within the post, and leave the rest as it was. Changed the colors in the Social Icons of the blog posts as well.

I hope you explain me well.
I share photos

Thank you.

more details

To achieve that try removing !important from above shared CSS code.

If it doesn’t work for you then could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?