Hi @doctorofcredit,
Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the “Custom CSS Code” textarea:
#wpcomm .avatar {
box-shadow: none !important;
}
Please don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Thanks, is there a way to change the background area for ‘Leave A Reply’ ‘Join the discussion’ etc?
@doctorofcredit,
Please use the following CSS code to change the “Join the discussion” area background color:
.wpdiscuz-textarea-wrap textarea {
background-color: #cfecfc;
}
To change the “Leave A Reply” text color, use the following code:
#wc-comment-header {
color: #8ad4fc;
}
Please note you can change the background-color and the color values as you want.
In any case please don’t forget to delete all caches and press CTRL+F5(twice) twice on the frontend before checking.