[Resolved] featured image problem

Home Forums Support [Resolved] featured image problem

Home Forums Support featured image problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #134101
    Julie Onofrio

    I have the featured image set using the little box on the right hand side of the wordpress dashboard for posts/pages and the image shows up at the top of the post and then again in the post/page.

    I know I can uncheck show featured image, but I want the featured image so it pulls into facebook posts.

    I want to remove the image at the top. I have it on over 300 pages so I don’t want to have to change every page.

    Thanks
    Julie

    #134109
    Tom
    Lead Developer
    Lead Developer

    You can hide the page header image using some simple CSS:

    .page .page-header-image {
          display: none;
    }

    That should do it ๐Ÿ™‚

    #135326
    Julie Onofrio

    where do I put that? I can find the css file in the editor OK but don’t know css.

    Are you planning on changing that with the next update?

    thanks
    Julie

    #135327
    Tom
    Lead Developer
    Lead Developer

    This should help: https://generatepress.com/knowledgebase/adding-css/

    This won’t go into the core theme, as people generally want their page headers to show up.

    The above code should only be used if you want the image not to show on your website, but want it used on Facebook and other social sharing websites ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.