• Hello. Then Im adding featured image, as well is adding image on top of the post. I don’t need there. How to remove from posts? I just man featured image.

    Theme: materialize.0.0.2

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi Simas,
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behaviour on your site.
    It can happen that it is not working.
    Then we have to look further.

    .wp-caption img {
        display: none;
    }
    
    or
    
    .wp-caption img {
        display: none!important;
    }

    Try to use !important property when it is not working.
    That property should be used just when nothing is working!!!
    Hope I’m helpful
    Cheers
    @tahoerock

    • This reply was modified 7 years, 5 months ago by Tahoerock.
    Thread Starter Simas

    (@simas)

    Tried on Simple Custom CSS, nothing. In theme style.css as well.. Nothing happened 🙁

    Hi,
    Can you post url of your website, it would be easier to see and try to resolve issue

    Can you describe closely what you need to do?
    Create some screenshots with some description.

    you need to remove image from post previews that is called post-thumbnail
    or when you click on some post and there is image for that post and it is same.
    So when you hide image, it goes away on both, posts previews and post itself.
    Then there is no reason to add any featured image to post.
    Realy do not get it
    Thanks
    Cheers
    @tahoerock

    • This reply was modified 7 years, 5 months ago by Tahoerock.
    Thread Starter Simas

    (@simas)

    web

    Check image please. Like you see, then Im adding Featured image in my post or page, you can see it where is red square..

    Hi Simas,
    URL of your site????
    Try this:
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    .mythemes-classic .post-thumbnail {
        display: none;
    }
    
    or
    
    .mythemes-classic .post-thumbnail {
        display: none!important;
    }

    Try to use !important property when it is not working.
    That property should be used just when nothing is working!!!
    Hope I’m helpful
    Cheers
    @tahoerock

    Thread Starter Simas

    (@simas)

    Hi Simas,
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    Here is a Screenshot

    .mythemes-classic .post-thumbnail {
        display: none;
    }
    
    or
    
    .mythemes-classic .post-thumbnail {
        display: none!important;
    }
    
    OR
    
    .hentry .post-thumbnail img, article .post-thumbnail img {
        display: none;
    }
    
    or
    
    .hentry .post-thumbnail img, article .post-thumbnail img {
        display: none!important;
    }

    Try to use !important property when it is not working.
    That property should be used just when nothing is working!!!
    Hope I’m helpful
    Cheers
    @tahoerock

    Thread Starter Simas

    (@simas)

    Thank you! Solved! If is a chance, I want to hide my link from this post.

    Hi Simas,

    I want to hide my link from this post.

    What post do you mean?? Can you put URL here??

    Cheers
    @tahoerock

    Thread Starter Simas

    (@simas)

    This one, where I showed here for you. Link of my website. I wanna hide it from here. http://spitsprendimai.lt/atsiliepimai/

    Oooo I got it,
    Take a look HERE
    I would not worry much about it.

    Contacting the Moderators[edit]
    As most of the moderators are volunteers, we ask that if you need moderator help for any reason, you post your request in the forum and tag it with the term “modlook” – someone will come take a look. Do not abuse that tag, or your account will be disabled.
    cheers
    @tahoerock

    • This reply was modified 7 years, 5 months ago by Tahoerock.
    Thread Starter Simas

    (@simas)

    Alright. Thanks 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to remove featured image from top of the post/page?’ is closed to new replies.