I’ve read an article about how to remove the border from images in the Graphene theme,
but this isn’t working for me.
I put the css code:
.entry-content img, .child-page img {
border: none;
}
into the custom css in the Graphene theme options, but if I do that, a part of the border is gone, but there’s still a line/shadow around the image, which I want to remove as well, except that I don’t know how. That’s why I hoped that somebody could help me with that.
To see how the image is now, visit: http://chicklitsandflicks.site40.net/hello-world/
Thank you!