• Resolved gorgona69

    (@gieboo)


    Hi
    I am studying a Lovecraft theme and would love to see only the date below the post title but not the author and category. Can it be fixed?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @gieboo,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .post-meta .post-author, .post-meta .post-categories, .post-meta .post-date:before { display: none; }

    Let me know if that does it.

    — Anders

    Thread Starter gorgona69

    (@gieboo)

    Thank you very much Anders. Is there a possibility to remove “ON” before the date?

    Theme Author Anders Norén

    (@anlino)

    @gieboo Yep, with:

    .post-meta .post-date span { display: none; }

    Thread Starter gorgona69

    (@gieboo)

    oh, thanks again. You’re great.

    Hi (again – you kindly helped me recently with another issue in another thread!)

    I’d like to do something similar to the OP here – I’ve already eliminated post dates using a plug-in, but would like to also remove the author and “on.” The only thing remaining would be “category.”

    Can you share the appropriate CSS?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove meta from post’ is closed to new replies.