/* Colors for the icons */ .fa-facebook-square { color: #378997; } .fa-twitter { color: #EF6832; } .fa-envelope-open { color: #44B3E3; } /* Sizing and a bit od padding for the icons */ .all-social-share-links .fab, .all-social-share-links .fas { font-size: 40px; padding-right: 10px; } /* Hover color for the icons and a bit of rotation */ .fab:hover, .fas:hover { color: #D950B3; transform: rotate(-2deg); }