Archived topic
Cant Hide Date And Author From POst In Categories
1 reply · Started by Justin on March 23, 2020
Viewing posts 1–2 of 2
Hello
Ive been able to disable author and date in single post but in the category sections which i have under a page the date and author still show. How can i remove this?
Thanks in advance for your help!
JUdd
Hi there,
you could use this CSS to hide it:
.ab-block-post-grid .ab-block-post-grid-author,
.ab-block-post-grid .ab-block-post-grid-date {
display: none;
}
To remove it from the markup you would need to ask the Plugin developer how to do that.
This archived topic is closed to new replies.