I would like to disable the links within those tags with class “paper-name-tag”
slater cannot find a way, would anyone have an ready answer?
staging stie: 印刷案例_篩選器_快速找出你想看的案例。
I would like to disable the links within those tags with class “paper-name-tag”
slater cannot find a way, would anyone have an ready answer?
staging stie: 印刷案例_篩選器_快速找出你想看的案例。
Hey @thompson.tong! I am afraid I cannot find any element with the class paper-name-tag on the published page
![]()
If you are referring to the current item links required for List Nest, you can hide them without any issue using display: none. This element must only be present on the item card. There is no need to make it clickable to the user.
I hope this helps!
thanks for the prompt reply. Sorry I kept build after posting this and I forgot to show those tags with the mention class back on the staging site.
I tried switching the link block with the attirbute [fs-list-element=“item-link”] to “display:none”, yet those items in the finsweet nested list is still clickable.
It is a print portfolio filter, those tag are mainly for filtering purpose (filter with the kind of fancy paper used), linking outward would be confusing.
I have put those tags back on to the staging site. Please have a look~
Hey @thompson.tong! Apologies for the delay.
I notice that the tags are not repeating themselves now, but as you mentioned, they are still clickable. Since we fetch the elements from the collection item’s template page, we also include the styles added. To hide the tags, you can style the paper-name-tag class on the template page to display: none
Alternatively, you can modify the tag structure to make the link unclickable by the user while keeping the text visible by hiding the link and adding a simple text block for the tag text similarly to the example below
Hope this helps! You can DM me if you need more help!