This topic is empty.
Viewing 3 reply threads
-
AuthorPosts
-
-
carlosGuestI’m not allowing comments on the posts so it doesn’t make sense to show a clickable “0 comments”. Apart from this, the Author and date are also not relevant to me and affect negatively the look of my website.
Thank you
-
Spiracle ThemesGuestHi Carlos,
Try this CSS. This will hide all the meta details from the post
.meta-wrapper{
display: none;
}Copy and paste it in Appearance -> Customize -> Additonal CSS
Let us know if you have any questions
Best Regards
-
HeikkiGuestHi,
Is it possible to hide comments but leave date and / or author?
Thanks
Heikki -
Spiracle ThemesGuestHi Heikki
Try this CSS
.meta-wrapper .meta .meta-item:last-child {
display: none;
}.meta-wrapper .meta .meta-item:nth-child(2) {
border: none
}Copy & Paste into Appearance -> Customize -> Additional CSS
Best Regards
-
-
AuthorPosts
Viewing 3 reply threads