• Resolved miriamlawrence

    (@miriamlawrence)


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

    I’ve already eliminated post dates using a plug-in, and want to also remove the author name and “on” (since there’s no date, the “on” is just hanging there.)

    The only thing remaining should be “category.”

    I searched and did find a similar inquiry to which you responded a few months ago, but that user wanted to do the opposite (they wanted to leave the date intact but remove “on” and the author’s name and category). I don’t know enough CSS to be able to figure out how to modify the code you provided for THAT fix to make it do what I need.

    Can you share the appropriate CSS for my purposes here?

    Thank you very much!

    The page I need help with: [log in to see the link]

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

    (@anlino)

    Hi @miriamlawrence,

    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-date, .post-categories:before { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter miriamlawrence

    (@miriamlawrence)

    Yes, that did it! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing selected post metadata’ is closed to new replies.