How to create a flip effect on social media icons and button on Squarespace 7.1

This tutorial will show you how to create a flip effect to the social media icons and button your site navigation. Note this only applies to the desktop navigation.

Complexity: Easy


Step 1

Simply copy the css below, Then head to to ‘Design’ and then ‘Custom CSS’ and paste the code.

// Flipping Social Icons //

.header-actions .header-actions-action--social a {
  transition: all ease-in-out .5s !important;
}

.header-actions .header-actions-action--social a:hover {
  transform: scaleX(-1) !important;
  transition: all ease-in-out .5s !important;
}

// Flipping Header Button //

.header-actions .header-actions-action--cta a {
  transition: all ease-in-out .5s !important;
}

.header-actions .header-actions-action--cta a:hover {
  transform: scaleX(-1) !important;
  transition: all ease-in-out .5s !important;
}
Social media flipping

Step 2

You can change transition speed values to your liking



All work in this guide is provided ?“AS IS”. Other than as provided in this agreement, this guide makes no other warranties, express or implied, and hereby disclaims all implied warranties, including any warranty of fitness for a particular purpose.

If you require professional advice, we recommend that you purchase the services of a developer.

Primitus Consultancy

We work with small and medium-sized businesses to help create a professional online presence. We provide a one shop full-service design studio in London, United Kingdom. 

https://primitusconsultancy.co.uk
Previous
Previous

How to display the cart icon once an item is added Squarespace 7.1

Next
Next

How to make a flip navigation effect on Squarespace 7.1