Home Forums WoodMart support forum Hide featured photo from Blog Post

Hide featured photo from Blog Post

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

    baranpastacilik
    Participant

    In blog posts, I want the featured images to appear on the page where all the blogs are (the first photo). But I don’t want the featured image to appear in single blog posts (second photo). How can I do it

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

    Hello,

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

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

    Best Regards

    #559191

    baranpastacilik
    Participant

    Can you write the code to hide the posted by, avatar and author name in the photo?

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

    Hello,

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

    .wd-entry-meta .meta-author {
        display: none !important;
    }

    Best Regards.

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