Custom Label Link

Posted in: Newspaper
Post count: 70

On the Homepage here:

https://www.ibiza-heute.de

there are Custom Labels which appear as top lines for posts.

If you click them they do not link to the post but jump to the top of the homepage.

Is it possible to link them to the post?
If not: Is it possible to deactivate the link at all?

Thanks for Feedback
Bernd

Custom Label as Top Line

Post count: 35449

Hi
In case you used the label for a custom label, then you must add the link where you want to go to that custom label when it is clicked https://prnt.sc/mtJLYp-svk8z. Otherwise, it will act as it does now.
Now, in case you do not want to manually set the links and you want those elements to no longer be clickable, you can use this custom css:
.td-post-extra-category {
pointer-events: none;
cursor: default;
}

Set the code in the theme panel > custom code > custom css.
Thank you!

Post count: 70

Phantastic Support!
Thank you

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