Okay
  Public Ticket #2363748
Hide the author, category and comments
Closed

Comments

  • benditasanidad started the conversation

    How can I hide the "author", "category" and "comments" on the home blog page?


    Thanks in advance

  •  3,021
    Andrew replied

    Hi there,

    Hide in Salient > Blog > Post meta 

    8554768655.png

    Hope this helps.

  • benditasanidad replied

    Thanks for your response.

    I´ve already activated the post meta options but they are still there.

  •  3,021
    Andrew replied

    Hi there,

    Use the following custom css:

    .meta-author, .meta-category {
        display: none;
    }
    

    Kind regards.

  • benditasanidad replied

    Thanks!!