How to remove white border and shadow from pictures I insert into post?
-
Hi guys, could you help me with this?
There’s a white border and a black shadow on all pictures I insert in a post.
I’ve tried Advanced Settings -> Border ->0 and it didn’t work. Border is still there.
What should I do?Thanks!
-
You can add the CSS code below to remove the border from your images. The code can be added via http://segredosdatiaemilia.wordpress.com/wp-admin/customize.php > CSS.
.post-entry img { height: auto; left: -4px; max-width: 100%; padding: 3px; position: relative; } -
-
I made a few changes to your CSS code, and it seems to work right now.
Please let us know if you need any further assistance!
-
-
-
It’s only possible to change the layout that’s visible to the visitors, not the layout in the blog’s dashboard.
Sorry for the inconvenience.
-
- The topic ‘How to remove white border and shadow from pictures I insert into post?’ is closed to new replies.