Hi helpers
I would like all info below the post to be removed or hidden apart from the “Category”… I understand the default is: Date Posted / # of Comments / in “Category”/ by Author.
Ive checked here : https://kriesi.at/support/topic/enfold-modifying-the-information-displayed-below-post-title/
I would prefer not to edit any php files, can this be done with css?
Thanks in advance
Hi Arran!
Please insert this code into the quick css field:
.post-meta-infos{ display: none !important; }
Cheers!
Peter
Hi Arran!
Thany you for using our theme.
In Custom.css or Enfold->Styling->Quick-CSS field put the following:
.post time,
.post .text-sep-date,
.post .comment-container,
.post .text-sep-comment,
.post .text-sep-cat,
.post .blog-author{
display: none;
}
Cheers!
Günter
Perfect, thanks a lot.