How to Create a Claymorphism Effect in Elementor

In this tutorial we’ll learn how to create a claymorphism effect using Elementor. As an added bonus, we’ll teach you two ways to achieve this. The first natively in Elementor, and the second using custom CSS.

Claymorphism is a style that gives your website elements a light 3D effect and it is achieved by combining two shadows. It kinda looks like clay and therefore is named claymorphism.

The tutorial will cover:
✔︎ Applying Claymorphism to shapes
✔︎ Applying Claymorphism to buttons
✔︎ Adding custom CSS for further enhancements
✔︎ Using CSS classes for efficiency
✔︎ And much more!

CSS Code Snippets:
selector .elementor-widget-container{
box shadow: inset 10px 10px 15px #F1FCE3, box shadow: inset -10px -10px 30px #BCD39C;
}

clay .elementor-widget-wrap{
background-color: #fff;
box-shadow: inset 10px 10px 15px #F1FCE3, inset -10px -10px 20px #A9C682, 10px 10px 20px #1F688C42;
}

Related Topics

Share

Was This Helpful?

Thanks for your feedback!

Recommended Videos

The Future
of Web Creation. Straight to
Your Inbox.

What interests you?

Great!

Awsome content is on the way.

More Resources