Okay
  Public Ticket #150784
post additional text
Closed

Comments

  • Renato started the conversation
    hi is there a way to hide/delete the lines of text under and beside the post titles? (author, category, comments, like and date) i attach two screenshots thanks renato
  •  1,043
    ThemeNectar replied

    Hey Renato!

    Add this to your custom css box in the theme options panel:

    .meta-author, .meta-category, .meta-comment-count, #single-meta {
       display: none!important;
    }

    Cheers :)