• Resolved Parka Boyd

    (@parka-boyd)


    Hi Folks,

    I’d like to remove the featured image from my single posts, but keep them on my homepage. Is there a bit of custom CSS that I can add that’ll sort this out?

    Thanks & Merry Christmas,
    Sean

Viewing 8 replies - 1 through 8 (of 8 total)
  • your website link plz ?

    Anonymous User 14733231

    (@anonymized-14733231)

    Hello please add a custom css as given bellow.

    .attachment-post-thumbnail
    {
    display:none;
    }

    Thanks

    Anonymous User 14733231

    (@anonymized-14733231)

    And to show on home page…

    .home .attachment-post-thumbnail
    {
    display:block;
    }

    Thread Starter Parka Boyd

    (@parka-boyd)

    My link is: http://lovetheliberty.com/

    Thanks Neal007, but it doesn’t seem to be working. Do I need to put both in? Each of them individually have no effect?

    Thanks,
    Sean

    Thread Starter Parka Boyd

    (@parka-boyd)

    As you can see, I’ve got the featured image next to each post on my home page, but when you click through to the post, I want the featured image above the title of the post to disappear.

    Thanks guys – appreciate your help!

    Anonymous User 14733231

    (@anonymized-14733231)

    Hello Parka,

    Please put that CSS to stylesheet to remove image from single post.

    .inside-article .page-header-image-single {
    display: none;
    }

    Thread Starter Parka Boyd

    (@parka-boyd)

    You, my friend, are a genius :). OK, that last bit of code worked perfectly. Thanks very much for your help!

    All the best,
    Sean

    Anonymous User 14733231

    (@anonymized-14733231)

    Thank you sean,

    Hope I will be more helpfull ro you also ahead

    Thanks,
    Neal

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing Featured Picture From Single Post Using Custom CSS’ is closed to new replies.