Change sharing icon on posts

Is it possible to change the current ‘Share’ icon on posts with the below icon? This appears to be the standard icon associated with sharing on Android and Google applications.

1개의 좋아요

You can override it with CSS as you please.

For reference for others who come across this, the below achieves what I wanted.

.fa-chain:before, .fa-link:before { content: "\f1e0"; }

9개의 좋아요

Revisiting this thread. This also changes the link icon in the editor.

Plus: How can one change the sharing icon on mobile?

This is basic CSS, target the correct element. Mobile CSS goes in the mobile area in admin, customize.

4개의 좋아요

Changing an icon globally is very simple using APIs

4개의 좋아요