Change color hyperlinks, but not internal ones
-
Hi everyone,
I changed the color of my hyperlinks in posts and pages with that CSS (I dont know anything in coding so just made mine up, it works) :
*---LINKS---*/ .single-content a:link{color: #0174b2;} .single-content a:visited{color: #0174b2;} .single-content a:hover{text-decoration: none;color: #4bb4ed;} .page-content a:link{color: #0174b2;} .page-content a:visited{color: #0174b2;} .page-content a:hover{text-decoration: none;color: #4bb4ed;}
I like it like that, but do not want the recommended articles or similar articles (below my post) to be in blue. I want them to stay the usual color.
Is there a code for that?
Also, if not possible, then I would like to change the color of only the external links and not the internal ones (not the ones that goes to other pages or posts of my own website).
Hope you understand my English.
Any help would be greatly appreciated.
Best
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change color hyperlinks, but not internal ones’ is closed to new replies.