This topic is empty.
-
AuthorPosts
-
-
Sarmistha GoswamiGuestHi,
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!
-
Spiracle ThemesGuestHi 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
-
-
AuthorPosts