Remove featured images and increase layout width in individual post pages

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2137


      Sarmistha Goswami
      Guest

      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!

    • #2138


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

Reply To: Remove featured images and increase layout width in individual post pages

Your information: