• domenica1

    (@domenica1)


    I’d like to remove the featured image on the post but keep it on the home page and on the carousel. For one post only. Thanks in advance!!

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

Viewing 1 replies (of 1 total)
  • Fotis

    (@markwaregr)

    Hi there,
    add this

    .single .entry-featured {
        display: none;
    }
    .entry-related .entry-featured {
        display: block;
    }

    in your custom CSS box under Customize->Additional CSS
    Let me know if this worked for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove featured image on a single post but keep it on the home page’ is closed to new replies.