Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #520498

    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

    #520663

    Hi ojasray!

    Add this to your custom CSS.

    .archive .blog-author { display: none !important; }
    

    Best regards,
    Elliott

    #520896

    Elliott,

    I added the above code to custom css – and still no luck. It still shows.

    #520899

    Hey!

    Please flush browser cache and refresh your page a few times. It does not show up on my end anymore :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.