To hide Date and Comments
-
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.
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
Thank you, but didn’t worked.
Thank you, but didn’t worked.
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