- This topic has 3 replies, 3 voices, and was last updated 5 years, 6 months ago by Hash.
- AuthorPosts
- March 30, 2017 at 7:19 pm #2634IsabelleEveParticipant
Hello!
Just wondering how to set the Total theme to remove the date and comment amount at the top left corner of each blog post?
Also, I’m setting a feature image for my blog posts and pages but they are not showing up when I publish them, I’m not sure what to do about that either?
Thanks!April 3, 2017 at 11:23 pm #2679HashKeymasterHi,
Here is the code to remove the date from the blog detail page.
.single .ht-post-info{ display: none; }
and the featured image will not appear in the blog post. You will have to upload it from add media button to show in side the post.
May 3, 2019 at 2:16 am #11992AliParticipantI’d like to remove the date and comment box from the post list page which comes up when you click on a category link. (Ex. this page https://demo.hashthemes.com/hashone/category/brochure/ )
I tried the code provided above but it did not work.
.single .ht-post-info{
display: none;
}Can you offer up another CSS option?
May 5, 2019 at 11:03 am #12009HashKeymasterThe code is for the Total WordPress theme. For HashOne here is the code
.hs-post-info{ display:none; }
- AuthorPosts
- You must be logged in to reply to this topic.