Hello
When I added wpDiscuz everything looked great. Comments from admin/author had the wpDiscuz green "Author" badge, and didn't have any small social media logo on it
In social media settings I added Wordpress as a login. I ended up not liking that, so I removed the Wordpress login option.
Ever since then any author comments have a BLACK "author" badge, and username in black (impossible to see on dark background, even in dark mode) and it still has the little "W" logo as a sub-icon badge
I have tried clearing the cache, as well as clearing the entire cache for my site. I tried changing the colors in the badges settings, and it seems the black Wordpress overrides it. I also tried completely uninstalling plugin and reinstalling, and it still remains. I really just want it to go back to normal. Here is a screenshot and a link.
(Mildly NSFW) Throwback: Britney Spears by Steven Klein, 2001 | Male Models | Celebrities | Pop Culture | Poison Paradise
Hi,
You should disable the "Display Social Network Icon on User Avatars" option. It's located in the Dashboard > wpDiscuz > Settings > Social Login and Share admin page.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
Hi, thanks for the response! I really appreciate it
Unfortunately this does not solve the issue at hand.
If I disable said setting, it globally disables ALL social network icons on avatars, as well as colors (Twitter, Disqus, etc). I only want it to remove the black/wordpress font color and icon
I know it should be possible, because when I first installed and setup everything, Admin/Author comments were not black text and didn't have the W icon. It wasn't until I enabled "Wordpress" social login that it started, and now I cannot get rid of it unless I turn it off globally
Any more help would be appreciated! Thanks again
Then you can use the CSS code:
#wpdcom.wpd-dark .wpd-comment .wpd-avatar i.fab.fa-wordpress {
display: none !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
That worked to get rid of the W icon, thank you so much!
Is there a way to remove the black badge color for "author" and the text?
This is what it used to look like before I enabled and disabled Wordpress social login and this is what I would like it to look like again:
Please insert this CSS code:
#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a {
color: #ccf547 !important;
}
#wpdcom .wpd-blog-post_author .wpd-comment-label{
background-color: #ccf547 !important;
}
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
That will work! that did it! Not sure what happened and why it needed a workaround but it works for me!
Thank you for your help



