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

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.

 

[Solved] Possible to change the bubble icon?

7 Posts
2 Users
4 Reactions
1,355 Views
Posts: 24
Topic starter
(@superdorx)
Eminent Member
Joined: 4 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@superdorx,

You can change it via JS code. 

3 Replies
(@superdorx)
Joined: 4 years ago

Eminent Member
Posts: 24

@asti

Is there anymore information on how to do this?

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

Illustrious Member
Posts: 8075

@superdorx, 

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

(@superdorx)
Joined: 4 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: 4 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: 8 years ago

Illustrious Member
Posts: 8075

@superdorx,

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

Share: