Adi Rao
asked 4 years ago

Essentially the title says it all, I can\’t find the .dwqa-anser-vote in the css to change the colors of the upvote and downvote icons, I\’m p sure it\’s linked to the theme which is not great in this case (normally it\’d be fine but the theme I\’m using just has shades of grey as the secondary colors). Rn the CSS is all in one big line for me, I think it might be a prob with installation. Thanks in advance for your help.

1 Answers
DominicStaff
answered 4 years ago

If you want to change the color of the vote icon, you can use the following code in the style.css or Dashboard > Customize > CSS code.

.dwqa-answer-vote .dwqa-vote,
.dwqa-question-vote .dwqa-vote {
    border-bottom-color: #ddd !important;
}
.dwqa-answer-vote .dwqa-vote-down,
.dwqa-question-vote .dwqa-vote-down {
    border-top-color: #ddd !important;
}
Powered by DW Question & Answer Pro