Notifications
Clear all
Topic starter
15/05/2018 11:42 pm
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 !
16/05/2018 1:18 pm
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.
Topic starter
16/05/2018 2:41 pm
GREAT !
I'm so happy to know that !
Thanks so much !