Remove image borders
-
I am trying to remove the default border that shows up on every image you post on the site. Check out this page:
https://onceuponanegro.com/about/about-this-site/
I don’t want borders to show up on this scroll (I actually don’t want the border at all!) When you go to the Demo-3 of this theme, there are default borders around the images.
I have gone to style.css… Everywhere I saw border I set to 0 and set to none. It’s not working:
/* —— basic ——————- */
body { margin:0; padding:0; background:url(img/back1.gif);
font-family: Arial, Helvetica, sans-serif;
font-size:12px; color:#b8babb; text-align:center; }
a img { border:none; }Can somebody help me out here? Thanks a bundle.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove image borders’ is closed to new replies.