• I am working on a grid template that has 5 child pages. I want to assign a featured image to each child page, so that those images will be visible in the grid on the parent page, however, when I make a featured image for each child page, it shows up at the top of the child page.

    How do I remove the featured image from the child page but still have the image on the parent page as a link?

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, give the following CSS a go.

    .page-child .entry-thumbnail img {
        display: none;
    }
    .page-child .entry-thumbnail {
        background: none;
    }

    If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Child Themes
    Child Theme creation plugins
    Jetpack plugin
    Custom CSS plugins

    Thread Starter kejolliffe

    (@kejolliffe)

    Thank you so much for your help! One more quick question if you dont mind!

    https://www.theeverydayhostess.com/festive-fall-party/

    When you look at this page there is a path above the title that shows “Home Home” etc…

    Do you know how to get rid of that?

    Thanks so much!

    Moderator Kathryn Presner

    (@zoonini)

    That doesn’t look like the Sela theme, it’s Make. Did you switch themes?

    That isn’t coming from the theme, but from a plugin (Yoast’s Breadcrumbs).

    Did you need any further help with Sela?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sela Theme — Remove featured image from child page’ is closed to new replies.