Share this page icons

Permalink
Hi there

could some one tell me, how to change the icons for the share this page block? I just could not find it out.

Thanks a lot

Steff
 
hutman replied on at Permalink Reply
hutman
These are loaded with the font awesome icons, so changing them could be a challenge. You would have to override the view.php for that block and add classes then use the CSS in your theme to override what shows up in those links with the classes.
Steff replied on at Permalink Reply
Steff
OK. No easy way. I'll try it.
Thanks
ob7dev replied on at Permalink Reply
ob7dev
You could override the CSS for the block:
To change the facebook icon, you would target it in CSS like so:
.ccm-block-share-this-page i.fa-facebook
Steff replied on at Permalink Reply
Steff
Thanks

You can overwrite it by using
.ccm-block-share-this-page i.fa-facebook:before{
 content: "";
}
Gondwana replied on at Permalink Reply
Gondwana