• Resolved lizhenkenius

    (@lizhenkenius)


    Hello!

    I’ve got an issue with my featured image appearing as a thumbnail and within the body of the post. I still want them to function as a thumbnail image, but want them removed from the post itself. The website is andeansol.com and it’s the blog posts that I am trying to edit. The theme has been custom made for the company, and I’m clueless when it comes to coding.

    Any help is appreciated! Thank you!

    • This topic was modified 6 years, 8 months ago by lizhenkenius.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sam

    (@soumendra)

    Hello @lizhenkenius,

    Hope you are doing well today.

    You just need to add this simple CSS to your Custom CSS/ Additional CSS for removing the featured image from the single posts.

    .single-post .blogimage {
        display: none;
    }

    Hope that helps.

    Thank you.

    Hello, you can hide this with CSS (since theme editing is not an option)

    get into your Dashboard and navigate to
    Appearance -> Customise -> Additional CSS, when you get there paste the below snippet

    .single-post .blogimage {
        display: none;
    }

    Hope that helps.

    Thread Starter lizhenkenius

    (@lizhenkenius)

    Amazing! Thank you both so much! It has been fixed!

    -Liz

    Hi there,

    I appear to be having the same issue. However, by using the CSS provided I was unable to obtain the same results.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Featured Image from Body of Post’ is closed to new replies.