Отключить возможность закрепления темы при нажатии на переключатель (иконка булавки)

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 лайка

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

4 лайка