Wednesday, November 24, 2010

How do you change link color in a Blogger widget?

I added a %26quot;recent posts%26quot; widget and the links are automatically formatted. I want to change the color, font, etc. of the links.





Thank you!How do you change link color in a Blogger widget?If you go to your Layout tab in Blogger, and click Edit HTML, there should be two areas in the code:



%26lt;Variable name=%26quot;visitedlinkcolor%26quot; description=%26quot;Visited Link Color%26quot;

type=%26quot;color%26quot; default=%26quot;#999%26quot; value=%26quot;#999999%26quot;%26gt;



%26lt;Variable name=%26quot;linkcolor%26quot; description=%26quot;Link Color%26quot;

type=%26quot;color%26quot; default=%26quot;#58a%26quot; value=%26quot;#5588aa%26quot;%26gt;



The first will change the link color of links that have been clicked on before, and the second will change the link color of links that have not been clicked on before. The link in the source will give you the codes you need for different colors.