Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}