How to Reveal Text on Hover in Squarespace [SIMPLE GUIDE]

In this video, I'm going to show you how to reveal text on hover in Squarespace. Chrome extension: https://bit.ly/SquareIDFinder CSS Code: @media only screen and (min-width: 640px){ #block-x { opacity: 0; transition: opacity 1s } #block-x:hover { opacity: 1; transition: opacity 1s } }