How to change the icons
-
@dunlix said in How to change the icons:
@do-mgbk put this in custom CSS:
.votes .fa-chevron-up { content: "\f164" !important } .votes .fa-chevron-down { content: "\f165" !important }
@dunlix Thanks very much for the help! I also had to add before css in order for it to work
.votes .fa-chevron-up:before {
content: "\f164" !important
}.votes .fa-chevron-down:before {
content: "\f165" !important
} -
Copyright © 2024 NodeBB | Contributors