Hi,
This is just a small CSS conflict with the theme or other plugins. Please leave the example URL where we can see the wpDiscuz plugin activated to allow us to debug the issue and provide a solution for you.
Thanks for the reply.
I found the thumbs up/down voting buttons look okay on chrome but the +/- don’t.
Page is https://u3acommunities.org/ask-the-group-anything-followup-discussions/
Please use this CSS code:
.fa-plus:before, .fa-minus:before{
display: none;
}
#wpdcom .wpd-comment-footer .wpd-vote {
font-size: 22px;
}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{
font-size: 14px !important;
}
Insert the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Please don’t forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
Perfect, many thanks. That indeed fixed it 🙂