Home Forums WoodMart support forum Removing date and featured image

Removing date and featured image

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

    Mishkat
    Participant

    Hello,

    How can I remove the date and featured image in the posts section?

    #101315

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    body .post-single-page .entry-header {
        display: none;
    }

    Best Regards

    #101355

    Mishkat
    Participant

    It worked. Thank you!

    #101382

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Removing date and featured image’ is closed to new replies.