Select Page

Remove featured image in blog content DIVI

8 Jan 2015 | BLOG

.single .et_pb_post img {
display: none;
}
.single .et_pb_post .entry-content img {
display: block;
}