Home Forums Total How to remove date and comment amount from top of blog posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2634
    IsabelleEve
    Participant

    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!

    #2679
    Hash
    Keymaster

    Hi,

    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.

    #11992
    Ali
    Participant

    I’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?

    #12009
    Hash
    Keymaster

    The code is for the Total WordPress theme. For HashOne here is the code

    .hs-post-info{ display:none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.