Home Forums WoodMart support forum Hide Featured Image on Post but not on blog page

Hide Featured Image on Post but not on blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39538

    paul1_00
    Participant

    Hello

    How can I hide the Featured Image on Post page but not on Blog Page?

    I tried this code but then it also disappears on the blog page

    .entry-header { display: none; }

    Thanks in advance
    Paul

    #39548

    Artem Temos
    Keymaster

    Hi,

    Try to use this code snippet instead

    .single .entry-header { display: none; }

    Regards

    #39551

    paul1_00
    Participant

    That worked. 🙂

    Thanks

    #39554

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)