Home Forums WoodMart support forum To hide Date and Comments

To hide Date and Comments

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #721494

    liverangan
    Participant

    1. Want to hide Date and Comments from posts showing in footer. In fact I don’t want to show it anywhere of my website.

    2. Is there any other design of single post? I actually wanted a design where the feature image would come first, and the post title below it.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please add the following Custom CSS code to Theme Settings > Custom CSS:

    .wd-post-date.wd-style-default,
    .wd-post-reply {
        display: none !important;
    }

    02. Navigate to Theme Settings > Blog > Single post > Choose the Single post design. But if you want a custom design like the featured image first, then show the post title. Try to use the Theme’s Layout Builder; you can create Custom Layouts for a single post and rearrange the elements in the layout.

    Here is the documentation: https://xtemos.com/docs-topic/single-blog-page-builder/

    Best Regards

    #721599

    liverangan
    Participant

    Thank you, but didn’t worked.

    #721600

    liverangan
    Participant

    Thank you, but didn’t worked.

    #721677

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS:

    .woodmart-recent-posts .recent-posts-time,
    .woodmart-recent-posts .recent-posts-comment {
        display: none;
    }

    Best Regards

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