This forum post was helpful in getting the thumbs-up button and number of likes away from the default green: https://wpdiscuz.com/community/postid/342/
However, I need the 2 following changes labeled in the screenshot:
- make the circle around the thumbs-up to also be the same color blue (#024959)
- keep the "0" likes to remain the original grey
What is the custom CSS to add there?
I currently have the following in Dashboard > wpDiscuz > Settings > Styles and Colors > Custom CSS Code:
.wpd-comment-footer .wpd-vote-up svg:hover {
fill: #024959 !important;
}
#wpdcom .wpd-comment-footer .wpd-vote-result{
color: #024959 !important;
}
#wpdcom .wpd-up svg {
fill: #024959 !important;
}
Thanks in advance!



