CSS help with Redoable Lite: removing image borders?
-
Promise, I’ve searched the forum from top to bottom, but I still can’t find a solution:
Can anyone tell me how to remove the gray border around images, so that there’s no border at all?
I’ve tried every CSS tip (I have the upgrade) I found here, but no luck.
Would hugely appreciate any advice. Thanks!
The blog I need help with is: (visible only to logged in users)
-
In addition to a border, the images have a background color and some padding that lets the background color show through. Here is some CSS that will remove all of that:
#primary .entry-content img, #primaryFirst .entry-content img { background: inherit; border: inherit; padding: 0; }
- The topic ‘CSS help with Redoable Lite: removing image borders?’ is closed to new replies.