The Share & Follow icon links as well as the Book Jacket image links that were brought in from an old Typepad blog have dotted bottom borders and background colors on hover. I have tried numerous ways to get rid of the image styling but can't seem to make it go away.
a img {border:none; outline:none; text-decoration:none; }
.post a img {border: 0px solid #000;}
.post a:hover img {border-color: none;}
http://everydayiwritethebookblog.com/
Here is the original CSS declaration for the links I DO want to show the styles:
/* Links */
a{color:#335B60; text-decoration:none; outline:none}
a:hover{background:#D9E9EA; color:#335b60; text-decoration:none; outline:0}
a img, :link img, :visited img, {border:none !important; outline:none !important; text-decoration:none !important; }
a img {border:none !important; outline:none !important; text-decoration:none !important; }
Any suggestions?
Thanks so much