how to hide featured image from posts in divi theme
For now please, go to your WordPress Dashboard > Extra > Theme Options > Custom CSS and add the following:
.single-post .post-thumbnail {
display: none !important;
}
For now please, go to your WordPress Dashboard > Extra > Theme Options > Custom CSS and add the following:
.single-post .post-thumbnail {
display: none !important;
}
Comments
Post a Comment