Remove featured images and increase layout width in individual post pages

SG Started by Sarmistha Goswami · August 17, 2020 at 10:14 am · 1 reply 0 voices Last reply 5 years, 10 months ago
SG
Sarmistha Goswami Original poster Member
#1

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!

ST
Spiracle Themes Original poster
#2

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.

VIEW 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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Remove featured images and increase layout width in individual post pages

By posting, your reply becomes public (unless marked private).