• Resolved startingfrombroke

    (@startingfrombroke)


    No matter what size I adjust the featured image of a post to it looks terrible and I want to hide it and just have the normal background. The hide featured post plugins don’t work and neither does any CSS that I have found to try.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • emranemranx

    (@emranemranx)

    Hi there,

    Upon checking, I can’t find the featured image in the provided link. Please confirm what do you want to hide.

    Thank you!

    Thread Starter startingfrombroke

    (@startingfrombroke)

    Hi emranemranx,

    The giant “FROM” behind the post title is what I’m looking to hide. That is where the featured image is going, and I’d like to hide it on every post to just keep the background I have. The issue is I can’t not insert a featured image, because then there is no thumbnail on the home page.

    Thanks!

    Jarret

    (@jarretc)

    I think this is what you’re looking for, add to Appearance->Customize->Additional CSS

    #primary .header-filter {
        background-image: none !important;
    }
    Thread Starter startingfrombroke

    (@startingfrombroke)

    Perfect! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding Featured Post’ is closed to new replies.