Erase author and date on posts

New Front DE Support Forums Kabuki Theme Support Erase author and date on posts

Schlagwörter: 

Ansicht von 3 Beiträgen – 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #6874
    Fran
    Mitglied

    Hello,
    I would like to erase these values on my posts:
    Date, Author, Comment icon (I won’t have comments on my posts)
    I would also like to erase the whole „Comments closed“ line, for the same reason.
    How could I do that?
    Thank you very much!
    Fran

    #6877
    mmsatori
    Administrator

    Hey Fran,

    first of all, thank you for using Kabuki!

    Removing the post meta information on blog has not been envisaged as a back-end setting, yet you can achieve that via CSS, by adding this code into the theme’s „style.css“ file:

    .post-meta { display: none; }
    

    I highly recommend doing this (and other customizations) via a child theme.

    Sincerely,
    Andrii / Satori Studio

    #6880
    Fran
    Mitglied

    Thank you!
    Can I add this line anywhere in the code?
    Maybe after another line starting with .(dot)something?
    Thanks!

Ansicht von 3 Beiträgen – 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.