Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
Hello.
Can someone please tell me how I delete the gravatar pic on my comments box, it is annoying and stopping me from seeing the controls on wp discuz.
Thank you.
PS I was told I would get some custom css here.
Hi @grayfriar,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS Code" textarea, save it, delete all caches and check again:
#wpcomm .wc-field-avatararea .avatar{
display: none;
}
your very kind. THANK YOU. it worked a treat.