Disable the ability to unpin a topic by clicking on the toggle (pin icon)

Maybe someone will need it

Simply insert the code into the theme component, in the CSS section

Don’t forget to connect the component to your theme

a.pin-toggle-button {
pointer-events: none !important;
cursor: not-allowed !important;
opacity: 0.6;
}

2 Likes

Thank you nice add I have removed your quotes and added before and after your block [```] remove brackets. You can also alternatively use “Code” and “/code” in square brackets

2 Likes