Hello @athenaxstories
Thank you for using our theme.
We usually thought of like an ideal situation of using feature images on magazine/news themes. we just can provide you a quick CSS fixing based on your requirement.
You just can go to your Customizer -> Additional CSS section
and add the following CSS.
.twp-archive-post .twp-image-section,
.twp-single-banner .twp-image-section{
display: none;
}
.twp-single-banner{
padding-left: 15px;
padding-right: 15px;
}
.twp-single-banner .twp-desc{
flex: 0 0 100%;
max-width: 100%;
min-height: 400px;
}
.twp-archive-layout-1 .twp-archive-post{
padding: 30px;
}
.twp-archive-layout-1 .twp-archive-post .twp-content-wrapper{
margin-top: 0;
width: 100%;
}
Hope this will help to solve your problem.
Best Regards