Hey,
When I import an image in a post, it standard has a border around it.
How can I remove this?
Many thanks in advance,
Thibault
Fetching latest tweet ...
Hey,
When I import an image in a post, it standard has a border around it.
How can I remove this?
Many thanks in advance,
Thibault
Oh, I found the solution.
You have to add this to your custom css:
.entry-content img{
border:0px;
margin:5px;
}Add this to Custom CSS.
.entry-content img, img {
border: none;
}
This question has been answered several times before. Please search before creating another thread.
Oh that code is different, going to use that one ;)
thank you !
Ah! Glad you found the solution yourself!
This topic has been closed to new replies.