• I’m wondering if it’s possible in Daydream to hide the featured image on the page or post itself? Because it doesn’t show very nicely, and I just want the featured image for search results and in the grid view.

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

Viewing 1 replies (of 1 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi @eelste

    You can hide featured image on the page or post with custom CSS.
    Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    .single-post .post-thumbnail {
    display: none;
    }

    Currently, We have given only one CSS for hiding Single Post featured image.

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Featured Image’ is closed to new replies.