Remove featured images and increase layout width in individual post pages
Hi,
I am using the free version of Purea Magazinne theme.
Is there a way I can remove the featured images from individual posts and keep them only on the slider and home page?
Also, I would like to increase the width of the single post layout (both images and content) to full page.
Please let me know how to do that.
Thank you!
Replies (1)
-
August 17, 2020 at 10:14 am
Hi,
I am using the free version of Purea Magazinne theme.
Is there a way I can remove the featured images from individual posts and keep them only on the slider and home page?
Also, I would like to increase the width of the single post layout (both images and content) to full page.
Please let me know how to do that.Thank you!
-
August 18, 2020 at 2:26 am
Hi Sarmistha,
Thanks for reaching out
First of all, your website is having an error in loading and it has one JS error also. Please fix it. Check screenshot.Try the following CSS To remove featured images and increase the width in single posts.
/* CSS to hide featured images in single posts */
.single .image {
display: none;
}/* CSS to increase post width */
.single .title, .single .content,
.single .blog-post .meta,
.single .blog-post .post-tags,
.single .title, .single .content,
.single #comments {
width: 85%;
margin: 0 auto;
}Copy and paste the above CSS in Appearance -> Customize -> Additional CSS
Let us know if you have any questions
Best Regards