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
Heliosurge
(Dan DeMontmorency)
January 16, 2026, 1:14am
2
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
Denis_Advert:
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