• Resolved wp_maybe

    (@wp_maybe)


    Can you please point out the exact css to hide featured image on just the single course page?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please use this CSS code to hide it:

    .post-thumb-img-content.post-thumb {
        display: none;
    }
    Thread Starter wp_maybe

    (@wp_maybe)

    Thanks Anna.

    Your CSS code does remove featured images from single course, but it also removes them from all other post types.

    Is there a way to specifically target only the single course page? (I also looked into learnpress templates, but none of them seem to control the featured image and title on single course)

    HI,

    Please try with this CSS code again:

    body.single-lp_course .post-thumb-img-content.post-thumb {
        display: none;
    }
    Thread Starter wp_maybe

    (@wp_maybe)

    Thanks Anna. This one works as intended.

    Have a great day ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to hide featured image on single course page’ is closed to new replies.