Since the update I've noticed that there is now a 'stick' button at the bottom of each comment form, next to 'reply' and 'edit' - I don't want this option for my commenters and want to hide this new button completely but I can't find the option where I do this...
Hi kyliec1,
The 'Stick' button is visible only for admins and moderators. It's not available for regular users and guests.
Hi there - I've not logged into my site for a while and so have just noticed in the comment form header text ['leave a reply' etc] area there is now a large comment count number to the left of the text...how do I disable this displaying please.
Hi kyliec1,
you need to use the following CSS code:
#wc-comment-header .wpdiscuz-comment-count{
display: none;
}
put this code in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea. Save it, delete all caches, do CTRL+F5 on frontend.
Hi thanks - seems like an ugly clunky thing to just add in there with no option to get rid of it other than CSS styling!