Hi
Please use below custom CSS to hide white bar:
.single-podcast .post-category {
display: none;
}
To add custom CSS: Appearance > Customize > Additional CSS.
You image size is 295px X 330px and it is same on podcast post.
Thanks
I am still having issues with the image being stretched. Is there a way to adjust the image to a 10:8 aspect ratio? I want the full 10:8 image to appear on the website.
Hi
Recommended featured image size is 1150px X 500px and if image size is larger then it crops the featured image.
you can check and customize width, height, cropping, here : wp-content\themes\di-restaurant\inc\core\class-di-restaurant-engine.php Line 68.
Please take help of set_post_thumbnail_size function, here: https://developer.ww.wp.xz.cn/reference/functions/set_post_thumbnail_size/
and also make sure, you are doing changes in the child theme otherwise your changes will be removed on theme update.
NOTE: you should edit PHP files using FTP and keep backup of the original file. if there will be any mistake, then you can restore the original file.
Thanks