Erase author and date on posts

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

Vizualizare 3 articole - 1 la 3 (din 3 în total)
  • Autor
    Articole
  • #6874
    Fran
    Membru

    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
    Keymaster

    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
    Membru

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

Vizualizare 3 articole - 1 la 3 (din 3 în total)
  • Trebuie să fii autentificat pentru a răspunde la acest subiect.