Jump to content

Converting Button CSS Codepen to Squarespace CSS

Go to solution Solved by FluffCreativeStudio,

Recommended Posts

  • Replies 5
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Press down button option - Watch Video

74ed4a1be16a4ce79cf609c5cc9e1b7e-with-play.gif

 


// Button Block - Solid Drop Shadow Style//
.sqs-block-button-element  {
  box-shadow: 10px 10px #02CBC6;;
  border: 1px solid #fff !important;
  transition: all ease-in 0.2s !important;
}

.sqs-block-button-element:hover {
  box-shadow: none;
  transform: translateY(4px) !important;
  transition: all ease-in 0.2s;
  opacity: 1 !important;
}
 

Link to comment
25 minutes ago, FluffCreativeStudio said:

Press down button option - Watch Video

74ed4a1be16a4ce79cf609c5cc9e1b7e-with-play.gif

 


// Button Block - Solid Drop Shadow Style//
.sqs-block-button-element  {
  box-shadow: 10px 10px #02CBC6;;
  border: 1px solid #fff !important;
  transition: all ease-in 0.2s !important;
}

.sqs-block-button-element:hover {
  box-shadow: none;
  transform: translateY(4px) !important;
  transition: all ease-in 0.2s;
  opacity: 1 !important;
}
 

Thank you so much!!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.