Hallo,
because of accessibility I want to remove the links from page title and the date the content was published.
As the link to the site is also on the logo, I was successful remove redundant title link with additional css:
.site-title a { pointer-events: none; }
The next redundant link is under .entry-date published updated
I tried to code the css as same as above with this line:
.entry-date published updated a { pointer-events: none; }
but this does not work.
Does someone know the css code for this? Thanks!