It’s coming from your theme Specifically styles/dynamic-style.php
.size-full, .entry-content img {
border: 5px solid #E8E7E7;
}
Think I figured it out. Using Photocrati for a themes template and they have dynamic themes. For some reason the 5px solid red border was working in the normal NextGen style location. But this code:
.entry-content img {
border: 0px;
margin: 0px;
}
would not work until I put it into the Photocrati custom CSS section (must overwrite some portions of the NG code but use others?).
Thanks esmi! Hadn’t refreshed the forum page yet 🙂
What are you using? I use Firebug on Firebox but it’s a little clunky for me to decode with that.
I’m using Firebug on Firefox.