Tagged: category page, remove date
hello,
i want to just disable the date but show everything else
thank you for your help!
help please – thanks!
Hi!
Posting on a topic does not help you out, but it just brings everything down the line.
Please provide us a page of your web site and a screenshot of what you want to hide.
Best regards,
Basilis
on the category page and tag page
just need to remove the date: http://screencast.com/t/sh0HcT7nRA
Hey!
Please add following code to Quick CSS
.archive .date-container, .archive .date-container + .text-sep {
display: none!important;
}
Cheers!
Yigit
working like a charm!
yigit is the man :)
i need to remove the comment count on both category and tags pages
what code do i need to add?
thanks!!!
Hi!
Please use this css to hide comments
.comment-container {
display:none;
}
If you are interested to know how to make minor css changes please feel free to check out these links :)
https://developer.chrome.com/devtools/docs/dom-and-styles
Best regards,
Vinay Kashyap
thank you
now the blog shows as:
/in category /by author
can i get rid of the first “/” on the category and tag pages?