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;
}
4 likes
Heliosurge
(Dan DeMontmorency)
16 januari 2026 om 01:14
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;
}
4 likes