Do It Yourself – Tutorials – How to create a rotating image card in Squarespace // Text on hover CSS tutorial for Squarespace

by | Nov 11, 2020 | 0 comments

Do It Yourself – Tutorials – How to create a rotating image card in Squarespace // Text on hover CSS tutorial for Squarespace

by | Nov 11, 2020 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics – grab my free Getting Started Guide here 👉 http://bit.ly/guide-to-css

This tutorial was recorded in my 7.1 demo site but also works for older versions of Squarespace!

This tutorial will show you how to create a flipping image card effect in Squarespace. A few important things to note before you copy and paste this into your own site:

+ There is more than one way to do this! This is just one approach of many because code is super customizable.
+ Be sure to edit the code to suit your own site style, trying different rotation styles and background colors.
+ This code is specifically for poster images. You will still be able to edit the poster image text after applying the code.
+ You can apply this to a single page using page header code injection or an on page code block. Check out this tutorial for more info on that: https://youtu.be/kX6kRjCbzu8
+ You can apply this to a single image by using its block id. There is a free chrome extension that I use to easily grab that info, available here (https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde) Please note that I am NOT affiliated with that company or extension in any way – I just use it myself!
+ If you need some help with this tutorial, feel free to contact me at https://insidethesquare.co/code-help

β†’ Here is the code from this tutorial:
.design-layout-poster img{ transition: 1s}
.design-layout-poster:hover img{transform: rotateY(180deg); transition: 1s}
.image-card-wrapper{transform:rotateY(180deg)!important; opacity:0; transition: 1s;}
.design-layout-poster:hover .image-card-wrapper {opacity:1!important; transform:rotateY(0deg)!important; background: purple; transition: 1s;}

β–Έβ–Έβ–Έ Ready for more codes?
The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you’re ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy at https://InsideTheSquare.co/css


#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks

The term “Squarespace” is a trademark of Squarespace, Inc. I am not affiliated with Squarespace, Inc. I just really love their platform.

source