When using a blog – and in the breadcrumb you click on the category – it takes you to a page that shows all the posts for that one particular category. In that – it shows the author. I want to hide/remove that. See linkin private section
Hi ojasray!
Add this to your custom CSS.
.archive .blog-author { display: none !important; }
Best regards,
Elliott
Elliott,
I added the above code to custom css – and still no luck. It still shows.