Linen Author line to remove

  • Unknown's avatar

    Hi, I am trying to remove the Author and Date line on the posts. I am using Linen theme.
    I use this following CSS code: .single-post-meta { display:none; }
    It works well but I need to replace it by a space, otherwise the title and the text are too tight. There are no space in between anymore. thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can replace the CSS code you used with this, instead:

    .single-post-meta {
    visibility: hidden;
    }

    That will hide the author and date text, but it will leave the space between the title and the body of the post.

    Please let me know how that works for you! :)

  • Unknown's avatar

    Thank you! Working perfectly!

  • The topic ‘Linen Author line to remove’ is closed to new replies.