• Resolved karakar

    (@karakar)


    Hello,

    I’d like to keep the date of publishing but remove the link attached to it. This goes for both the link that appears on a post’s preview and the post page itself. Is there any way to remove these links?

    Thanks.

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

    (@anlino)

    Hi @karakar,

    A relatively simple (but also pretty ugly) workaround would be to set those elements to pointer-events: none; in CSS, which will disable the link in most browsers.

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

    .post-date a { pointer-events: none; }

    Let me know if that does it.

    — Anders

    Thread Starter karakar

    (@karakar)

    Hi Anders,

    Yes, that did the trick. Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Post’s Date Link’ is closed to new replies.