• L.s.,

    The featured image in this great theme is used as a background image on the homepage, a nice feature of this image.
    But it is also shown on top of the body of the page.

    What code do I have to use in Custom CSS (Extra CSS) if I do not want to show the featured image at the top of the page?

    Kindly regards
    Emil

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • hide the large featured image,
    for this one page only:

    .page-id-8 .single-featured-image-header { display: none; }

    for all static pages:

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

    Thread Starter emilseigen

    (@emilseigen)

    Great! Thanks for your quick respons!

    regards Emil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not showing the featured image at the top of the page’ is closed to new replies.