How to remove the link from Author names?

Posted in: Newspaper
Post count: 70

I like to show author name as it is but make it non-clickable, I guess that’s possible but how?

Post count: 23312

Hello xbass,

If you want to make the Author name to be non-clickable you should use the code below and place it in Theme panel -> Custom CSS area.

.td-author-name a{
pointer-events:none;
}

The result is here -> https://www.screencast.com/t/5LkjPijVG2

Thanks for the message!

Post count: 70

Does not work here, is there anything else I need to do then add code+save?

Post count: 22421

No, there should not be anything else needed. Please post a screenshot of your custom css box so we can see how you implement it.

Thank you!

Post count: 70

blog link

Thanks

Post count: 22421

Hi

It seems to be in order. Please also clear your cache and test afterwards. If it still does not work, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also include a link to this topic.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.