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 Reactions
1,408 Views
Posts: 24
Topic starter
(@superdorx)
Eminent Member
Joined: 5 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: 8111
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@superdorx,

You can change it via JS code.Ā 


3 Replies
(@superdorx)
Joined: 5 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: 8111

@superdorx,Ā 

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


(@superdorx)
Joined: 5 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: 5 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: 8111

@superdorx,

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


Share: