Danke.
Weil aber, ... siehe selbst:
CSS
.topReactionShort,
.reactionCountButton {
&::before {
content: "\f164" !important;
font-family: "Font Awesome 6 Free" !important;
font-size: 20px !important;
}
img {
display: none;
}
}
.reactionCountButton {
&::before {
color: #5c5c5c !important; /* für die Farbe des Symbols */
}
}
.topReactionShort {
&::before {
color: #e23838 !important;
}
}
Alles anzeigen