• Resolved gerald55

    (@gerald55)


    Hi
    I would like to find a way so that the featured image (which I need to show on the blog’s home page) does not show on the posts pages.
    I tried using this CSS but it does not work:
    .page img.aligncenter.wp-post-image {
    display: none;
    }

    I also tried the plugin Hide Featured Image By shahpranaf but also unsuccessfully.

    Any help would be appreciated.
    Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello gerald55,

    Kindly try:

    .single .entry-media {
    display: none;
    }

    Hi, I would recommend following:

    .single img {
        display: none;
    }

    digidestination: Your “recommendation” would hide ALL images in posts, which is not what OP wanted. In any case, the issue was resolved before you even came to this thread.

    @gerald55: As your issue is resolved already, it would help if you could please spend a minute to mark this thread as RESOLVED. Thanks.

    Thread Starter gerald55

    (@gerald55)

    Just done !

    gerald55,

    Can you post the resolution to this problem? I have the same issue myself…your post says resolved but I don’t see an answer.

    Thank you,
    Gregory

    Hello Gregory,

    As per the forum guidelines, please post a new thread describing your problem.

    In any case, the resolution to OP’s problem is clearly posted above… so I don’t know what you want OP to post again. If you tried the above CSS code and it doesn’t work for you, then your problem is clearly different (different theme, different theme settings, different plugins, stale cache, etc etc etc)… which is another reason why you should really start your own thread and clearly explain your own problem.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘hiding featured image on post pages’ is closed to new replies.