Home Forums WoodMart support forum Featured image post

Featured image post

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

    Toni Tarres
    Participant

    How to hide featured image and post title from within a news item?

    Attachments:
    You must be logged in to view attached files.
    #455384

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #455542

    Toni Tarres
    Participant

    Thank you a lot!

    #455827

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Featured image post’ is closed to new replies.