Notifications
Clear all
Topic starter
28/09/2019 9:32 pm
Could someone please help me to fix this issue? I'm testing this wpDiscuz plugin on my site and I love the features it offers, but I'm having some trouble setting it up.
I'll attach a screenshot, but essentially, when the plugin is activated, an enormous gravatar/avatar is showing. I'm guessing there is a conflict with my theme. Is there any way to correct this?
Topic starter
28/09/2019 10:56 pm
Actually, you can delete this thread (or keep it for others to find the answer)
Anyway, I found the answer:
I added this and it fixed the problem: Dashboard > Comments > Settings > Styles > Custom CSS Code
#wpcomm .wc_social_plugin_wrapper {
display: none !important;
}