Home Forums WoodMart support forum Single Post meta infor and container width

Single Post meta infor and container width

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

    chenerbei
    Participant

    Hi Team,

    We need to remove or hide the meta information author “Posted by xxxx” and comments icon on the top of single post, only keep the post date, I already checked your theme settings ->Blog-Single post, found no option for this. Please help.

    Another is the body container width, in your deafault setting, the contexts is too wide, we want to set the width vertically aligned with the header picture width, any settings for all posts? Now I only can edit one by one in the elementor tool to change the body width from 1140 to 1198, which costs too much time, can we change the deafaut width 1140? so that every time we directly upload contexts to the post without again set up.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. To hide the information from a single post, try to use this custom css code in Theme Settings > Custom CSS:

    .wd-post-author.wd-meta-author {
        display: none;
    }
    .wd-post-reply.wd-style-1 {
        display: none !important;
    }

    02. Can you please share the post page URL so I can further check on your site and give you a possible solution?

    Best Regards

    #720565

    chenerbei
    Participant

    Hi,
    I put the post page URL in the private, please login first, then click the URL. Thank you!

    #720613

    chenerbei
    Participant

    Also, please help fix below two
    1. Provide the css code to remove the category tag on the top of post, I tried to uncheck the selection box in the setting, but front page will show uncategory tag on the top of post.
    2. Where to change the post page bread breadcrumbs to be “Homepage/Blog/post title”, so that we can go back to blog page to view all posts. in the current settings, it only can go to homepage.

    Thank you!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Navigate to Theme Settings > General and change the Site width and check how it works: https://postimg.cc/87vHLQBL

    02. Try to use this custom css code in Theme Settings > Custom CSS:

    .wd-post-cat.wd-style-with-bg {
        display: none !important;
    }

    03. WoodMart does not have the option to modify the breadcrumbs. For the breadcrumbs changes, you can try to use the Yoast SEO plugin and it’s breadcrumb option:
    https://yoast.com/features/breadcrumbs/

    Best Regards

Tagged: 

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