Share this page icons
Permalinkcould 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

Thanks
To change the facebook icon, you would target it in CSS like so:
.ccm-block-share-this-page i.fa-facebook
You can overwrite it by using
.ccm-block-share-this-page i.fa-facebook:before{ content: ""; }
http://documentation.concrete5.org/tutorials/add-new-links-to-the-s...