Home Forums WoodMart support forum The featured photos are disappearing from single blog post

The featured photos are disappearing from single blog post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #428492

    evelina.bend
    Participant

    Hello

    When I am adding the code below to remove the author and comment mark the featured photos are disappearing from the single post

    .post-single-page.has-post-thumbnail .article-inner>.entry-header {
    display:none;
    }
    body .wd-entry-meta .meta-author {
    display:none;
    }
    body .wd-entry-meta .meta-reply {
    display:none;
    }

    #428512

    Luke Nielsen
    Keymaster

    Hello,

    Please try this one code for hiding comments and author:

    .blog-post-loop .wd-entry-meta .meta-author,
    .blog-post-loop .wd-entry-meta .meta-reply {
        display: none;
    }

    You can flood us with any amount of questions you have.

    Kind Regards

    #428518

    evelina.bend
    Participant

    It has hidden comments and author everywhere else, but the author still stays under the post title.

    #428530

    Luke Nielsen
    Keymaster

    Ok, I got you, the below code will help you to hide it on the single post page as well. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .single-post .wd-entry-meta {
        display: none;
    }

    Kind Regards

    #428532

    evelina.bend
    Participant

    Thank you, it worked!

    #428551

    Luke Nielsen
    Keymaster

    You are welcome!

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

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

The topic ‘The featured photos are disappearing from single blog post’ is closed to new replies.