Home / Forums / WoodMart support forum / Single Post meta infor and container width
Home › Forums › WoodMart support forum › Single Post meta infor and container width
Single Post meta infor and container width
- This topic has 4 replies, 2 voices, and was last updated 4 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 4, 2026 at 11:55 am #720534
chenerbeiParticipantHi 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.June 4, 2026 at 2:13 pm #720563Hello,
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
June 4, 2026 at 2:27 pm #720565
chenerbeiParticipantHi,
I put the post page URL in the private, please login first, then click the URL. Thank you!June 5, 2026 at 12:27 am #720613
chenerbeiParticipantAlso, 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.June 5, 2026 at 1:57 pm #720667Hello,
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
-
AuthorPosts
Tagged: single post
- You must be logged in to create new topics. Login / Register