The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Possible to change ...
 
Share:
Notifications
Clear all

[Solved] Possible to change the bubble icon?

7 Posts
2 Users
4 Likes
765 Views
Posts: 24
Topic starter
(@superdorx)
Eminent Member
Joined: 3 years ago

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
Asti
Posts: 7105
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@superdorx,

You can change it via JS code. 

3 Replies
(@superdorx)
Joined: 3 years ago

Eminent Member
Posts: 24

@asti

Is there anymore information on how to do this?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7105

@superdorx

Send us the icon you like to use. Is it Fontawesome icon? We'll help you with the code. 

(@superdorx)
Joined: 3 years ago

Eminent Member
Posts: 24

@asti

Thanks but I found solution already. See my last note below.

Posts: 24
Topic starter
(@superdorx)
Eminent Member
Joined: 3 years ago

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;
}

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7105

@superdorx,

Thank you for sharing the solution. We really appreciate it.

Share: