Jump to content

Custom CSS Button design

Recommended Posts

1 hour ago, MMEbyKiandraTrickett said:

Site URL: https://knapsackcreative.com/

I ABSOLUTELY LOVE THIS BUTTON on the website below. 

https://knapsackcreative.com/

Was wondering if anyone's done the style and what the code is?

I've also seen some great hover over buttons and wondered whether they're two images blending or what not?

try 

.sqs-block-button-element:hover {
    -webkit-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
    -ms-transform: translate(0px,-5px);
    -o-transform: translate(0px,-5px);
    transform: translate(0px,-5px);
    opacity: .9 !important;
    border-radius: 30px 30px 30px 0px !important;
}
.sqs-block-button-element {
    -webkit-transition: all .3s ease-out !important;
    -moz-transition: all .3s ease-out !important;
    -ms-transition: all .3s ease-out !important;
    -o-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    transition-property: all !important;
    transition-duration: 0.3s !important;
    transition-timing-function: ease-out !important;
    transition-delay: 0s !important;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

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.