Topic: How to change link style in posts?
The link style inside blogposts are same as of the other fonts and its is difficult for reader to identify the link. i've tried adding following in style.css
.entry-content a:link,
.entry-content a:visited,
.entry-content a:active {font-weight:bold; color: red;}
.entry-content a:hover {color:#963; text-decoration: underline}
Also i tried,
.entry a:link,
.entry a:visited,
.entry a:active {font-weight:bold; color: red;}
.entry a:hover {color:#963; text-decoration: underline}
none is working. please help.
my blog: www.itsallabouttech.com