Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- May 3, 2019 at 2:16 am in reply to: How to remove date and comment amount from top of blog posts #11992AliParticipant
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?
AliParticipantI created a child page (for my Hashone theme) and added the following code to the css to remove the breadcrumbs:
#hs-breadcrumbs{display:none;}
The breadcrumb trail is still appearing. Any other code I can use? Thanks:)
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)