• Hi,

    I am using the theme MesoColumn and was wondering if someone could please assist me in figuring out how to remove the author name from posts?

    Thank you very much

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

    (@rkcorp)

    try add this to theme option->custom css

    #custom .post-meta .post-author { display:none; }

    or edit the lib/templates/post-meta

    delete span class post author.

    Thread Starter nirvine

    (@nirvine)

    Thank you, this is resolved but there seems to be a space existing where the author was. so the date was not pulled all the way to fill in the author spot, can you help me accomplish this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove author from posts?’ is closed to new replies.