Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes it will only hide the featured image from blog post when viewing full page. To hide the image from featured image. You should use the following CSS :

    .post-thumbnail { display:none; }

    To hide post image, make sure you’ve inserted read more tag before that image using editor.

    We assume problem is solved and resolving this topic as we didn’t get any reply from your side after two weeks.

    Thread Starter ELDEMARRAS

    (@eldemarras)

    halo, thank you for your answer, i have tryed to use this code, on the editor and post, but dint worked for me….
    but i might have made a mistake, as im quite new to web development…
    Where os the exact place or recomended place to copy it?
    thank you veyr much in advance

    Please install this plugin : https://www.ads-software.com/plugins/simple-custom-css/ and you can add above code

    .post-thumbnail { display:none; }

    On Appearance -> Custom CSS menu.

    I hope it helps.

    Thread Starter ELDEMARRAS

    (@eldemarras)

    OK thank you!!
    if i could give another 5 stars you will get them form me!
    thank for yur support, i didnt updated my question before, because my ignorance…
    helped very well and fast!

    Great .. Thank you very much ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide Full Post Featured Image ->On Blog PAGE’ is closed to new replies.