• Resolved irshadx9

    (@irshadx9)


    i dont want the featured image to be shown inside the post body it is shown as the first image inside the body

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter irshadx9

    (@irshadx9)

    never mind solved it myself
    .post-thumbnail img { width: 100%; display:none;}

    Hi, I am having the same problem ??

    Could you be so kind to tell me WHERE you changed this piece of code?
    Thnx in advance!

    Hi mvancaspel,

    thanks for using MH Purity lite.

    You can add this piece of code to your stylesheet (style.css). By the way, the premium version of MH Purity has an option included to disable featured images on posts.

    Yeah, I know, would love to upgrade, but the money is not really allowing it at the moment.
    Thanks for offering the Lite version and the help here!

    btw: it worked! ??

    Great – we’re happy that you could hide the featured image. Now have fun with the theme. ??

    Thank you for the help, But I am having trouble on where to add ‘.post-thumbnail img { width: 100%; display:none;}’ in the “style.css” under what topic do I paste it into?
    Thank you so much for your prior help!

    Hi divingkeeper95,

    you can add it at the end of your stylesheet (style.css).

    But please keep in mind that this approach isn’t optimal, as your changes would be lost after theme updates. It would be much better (and recommended) to create a child theme and add the CSS to the stylesheet of the child theme or use a plugin like for example Simple Custom CSS which will allow you to enter custom CSS code.

    Thank you for your quick reply when adding to my stylesheet it is not working for some reason. Picture is still in the post. In the paid version does it give you the option to change the page numbers at the bottom of the post to “next” or “previous”

    I also downloaded the plugin and put the code in and still does not work.

    When you’ve added the CSS properly, it will work for sure. Just add this to custom CSS and you will be fine:

    .post-thumbnail { display: none; }

    Regarding your other question, the paid version has more widgets and options, but there is no option to change the navigation on archives.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to stop featured image being shown inside the post body’ is closed to new replies.