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:
when a user logs into comment the avatar is the size of the entire page. i'm having the issue at https://godinterest.com any help would be much appreciated?
Hi @godinterest,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS Code" textarea, save it delete all caches, do (twice) CTRL+F5 on frontend:
#wpcomm .wc_social_plugin_wrapper {
display: none !important;
}
This works great thanks!
Hi @oss,
Please let us know if you had the same issue and the CSS code provided above fixed it?