Daher hier "mein" kompletter Code.
Und wenn du dieses Icon auch ändern möchtest:
Dann einfach in Zeile 53 das noch einfügen:
.topReactionShort,
Daher hier "mein" kompletter Code.
Und wenn du dieses Icon auch ändern möchtest:
Dann einfach in Zeile 53 das noch einfügen:
.topReactionShort,
Danke.
Weil aber, ... siehe selbst:
.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