I need to remove the automatic image border (the boxes just don't fit my images well), but can't find that code in the style sheet (semi-newbie with CSS). Can anyone help me out?
Thanks!
I need to remove the automatic image border (the boxes just don't fit my images well), but can't find that code in the style sheet (semi-newbie with CSS). Can anyone help me out?
Thanks!
Try putting this code in your style.css file :-
.entry img {border:none;}
.entry img a {border:none;}
See if this helps you.
You must log in to post.