Source not clickable?

Posted in: Newspaper
Post count: 102

Hello,
if you don’t have a URL for your source, you can still click on the source name. This is impractical from an SEO point of view. How can I remove this so that only the name is displayed but not clickable? Thanks

Post count: 27744

Hi,

You can try to use a custom code css, but if you have a link on the source, then you can’t click on it.

Thank you!

Post count: 48

What code should I use and where should I paste it?

Post count: 48

I want this field to be unclickable

Post count: 27744

Hi,

Please provide the link to your post where you have a source.

Thank you!

Post count: 48
Post count: 48
Post count: 27744

Hello,

Please use this code

.td-post-source-via
{
pointer-events: none;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 48

Thank you. This works on one of my sites, but doesn’t work on this one. How can I do the same on this site? https://shorturl.at/Htc2f

https://ibb.co/Wk0d5hy

Post count: 27744

Hello,

For one website you use standard templates for posts, and for this, you use cloud templates, you can use this code
.tdb_single_via
{
pointer-events: none;
}

Thank you!

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