Hello How do i change the anchor text color in every blog post? I know it can be done manually using HTML in each post i make.... But, i want a simpler way by editing the code in the template itself so that there is no need for me to do it manually each time. The template i am using is http://www.547thcrusaders.com/ Thanks for your time and help.
Very easy to change. Open the theme stylesheet (style.css) in the Wordpress editor. Look for this section near the top : a { color: #44a1d0; text-decoration: none; } a:visited { color: #5EAFD7; } a:hover { text-decoration: underline; } Code (markup): Change the RGB color #44a1d0 to whatever color you want.
But using this code he needs to change this everytime if he want to change each blog posts color, am i right ? But OP want it automatically using any plugin or something like that IMO. DON.
if you want to change the color of the links only in the post entries that you write then add this code to your stylesheet
I tried that.... Not working.. yeah... probably you are right... Its an macro level answer I will try that .... thankS!
it can be edited look post css part and there edit a: a: hover a: link stylesheet color. posts r using differnet hover color in this theme.
I found the same problem with you.I hope if I can find a good solution to change my internal linking color without making it up in a manual way. Looking for nice solution. thanks for sharing your problem