Mar 11, 2021 11:18 pm
Howdy,
Possible to change the bubble icon to a pencil for example? Is there a guide or thread? I can't find anything.
Thanks,
Danny
6 Replies
Mar 12, 2021 10:12 am
I found a CSS solution with FontAwesome. Works perfectly.
#wpd-bubble-count svg {
display: none;
}
#wpd-bubble-count::after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f303";
font-size: 28px;
}