REMOVING UNNECESSARY LINKS

Posted in: Newspaper
Post count: 46

https://gyazo.com/fa9e309f8cac6b331e13e97cadba2d27

How to remove “a” attribute for author tag, category tag and comments. Would like to have plain text. Thanks

Post count: 20685

That will require modifications to the theme files, or you could use some CSS to prevent all clicking on those elements

.single .td-post-title .td-category,
.single .td-post-title .td-post-author-name,
.single .td-post-title .td-post-comments {
pointer-events: none;
}

Thanks

Post count: 46

That would be ok. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.