Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: The Church: Formatting blog post images

#13411
Grace Themes
Member

Hi,

Kindly go to Appearance => Editor => paste below CSS code in the bottom of the style.css file

OR Also, Can paste Appearance => Theme Options => Basic Settings tab in Custom CSS box.

.blogrightsidebar .post-thumb{ background-color:transparent !important; /* this css code for background color remove*/}
.blog-post-repeat .post-thumb img{ min-height:inherit; /* this css code for portrait image distorted remove by default: 230px*/}
.blogrightsidebar .post-thumb:hover img{ opacity:1; /* this css code for image hover effect remove by default:0.3*/}

Regards