• Resolved ede42

    (@ede42)


    Hello,

    I love the theme, but it has one flaw that I have a problem with.

    I would like to remove the name of the author in the categories, can you tell me how to do it please?

    I succeeded in following a tutorial to remove the author in the product files, but I can’t do it for the categories.

    My website : https://dialoguons.fr/

Viewing 1 replies (of 1 total)
  • Hi @ede42,

    Thanks for choosing Hestia!

    It’s possible to remove the author meta data from the category pages by adding the code below in the Additional CSS section within the Customizer.

    .archive.category .posted-by.vcard.author {
        display: none !important;
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the author on category ?’ is closed to new replies.