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

    (@rohitkc32)

    HI @mynewprojectnews

    Thanks for reaching us.

    The date is made clickable in posts/articles in wordpress themes, so that it redirects to a date-based archive page.

    You can apply the following CSS to remove the click functionality from the date :

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

    Let me konw if it works for you or not, and I’ll get back to you.

    Regards!

    Thread Starter mynewprojectnews

    (@mynewprojectnews)

    Hi @rohitkc32

    Thank you for your response and resolving my problem!

    I added your provided CSS in the Additional CSS area of Appearance > Customize and it worked!

    Thank you once again for your helpful response!

    I am marking this thread as resolved.

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

The topic ‘Date is clickable’ is closed to new replies.