I see that you can uncheck author and category in blog style, but when seeing tag pages, category pages and so on, the author and category shows there.
Where to disable those from everywhere?
Thank you.
Hey peterolle,
Try adding the following to quick css:
.archive .blog-categories, .archive .text-sep-cat {
display: none;
}
Best regards,
Jordan Shannon