Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to custom css
    #container .post-meta { display:none; }

    Thread Starter Amporoamo

    (@amporoamo)

    Hello Richie!

    This code doesn’t work, has no effect. ??

    Other option? Thanks!

    But I worked it!

    Hi, I had the same issue. This is how I solved it. In FTP manager I went to Mesocolumn/lib/templates/post-meta.php and post-meta-home.php and deleted the relevant lines. In my case, I wanted to keep post categories, but remove other fields.
    You can also try in custom css
    #container .post-meta-home { display:none; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can i delete "date, author and comments" from the articles of main page?’ is closed to new replies.