• Hi there,

    I’m turning around with Loadstar ARTICLES/CATEGORY Please help me to remove the CATéGORIE : FAQ at the top of the categories that has been queried by the Menu FAQ.

    Also, is there a way to remove all the posted dates under articles subject ?
    Like ” Posted on 13 juin 2020 in Politiques des Ventes ” that is under title ” RETOUR DE MARCHANDISE EN LIQUIDATION ” !

    So if this is easy to do, it will be too… To remove the ” Tagged Retours ” under this example and all the other too of course !?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there!

    You can hide the page title by adding this piece of code:

    .page-title {
      visibility: hidden;
    }

    Please note that this will hide titles across all pages.

    To hide the post details, you can try this:

    .entry-meta {
      display: none;
    }
    
    .entry-footer {
      display: none;
    }

    Again, this will affect the whole site. If you would like this only on a particular page, let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Category : FAQ’ is closed to new replies.