Flip Over Icons - Social Links Block


Compatibility

  • Works with Squarespace 7.1

  • Uses Custom CSS

Description

Add a flip over effect when hovering over the social links block icons.


Add to custom css

// FLIP OVER SOCIAL ICONS - SOCIAL BLOCK - BYKATSS.COM //

.socialaccountlinks-v2-block .sqs-svg-icon--wrapper, .social-account-links-v2-block .sqs-svg-icon--wrapper {
  transform: scaleX(1) !important;
  transition: all ease-in-out .5s !important;
}

.socialaccountlinks-v2-block .sqs-svg-icon--wrapper:hover {
  transform: scaleX(-1) !important;
  transition: all ease-in-out .5s !important;
}

Notes

No plugin notes

Customizable Options

  • Transition Speed


Next
Next

Pill Hover Style - Navigation