Notifications
Clear all
06/04/2020 2:07 pm
Hi@nuggle,
If you want to hide all labels, use the following CSS code:
#wpcomm .wc-comment .wc-comment-left .wc-comment-label {
display: none;
}
The CSS code should be added in the "Custom CSS Code" textarea, located in the Β Dashboard > Comments > Settings > Styling tab.Β
nuggle reacted