Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi everyone,
I would like to disable the stick comment function. Is it the way to do that please ? I don't like it 🙂
Thanks for your help !
Hi lukas75,
Please note, that the 'Stick' button is visible only for admins and moderators. It's not available for regular users and guests. There is no option for disabling it.
I suggest you disable it using the following CSS code:
.wpd_label:first-child{
display: none !important;
}
Put the code above in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea, save it delete all caches do CTRL + F5 on frontend.
GREAT !
I'm so happy to know that !
Thanks so much !