Glassy (Glassmorphism) Effect in Elementor

Glassy effect Elementor

The glassmorphism, or glassy, effect gives cards and sections a frosted, semi transparent look that feels modern and premium. This guide shows how to create it in Elementor with a few lines of CSS. Copy the code and apply it to any container.

Header sticky Glassy effect CSS

				
					selector.elementor-sticky–effects{
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
				
			

Container Glassy effect CSS

				
					selector{
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
				
			

Glassy effect background image CSS

				
					selector::before {
background-color: rgba(249, 249, 251, 0.80);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
}
				
			

How it works

The effect combines a semi transparent background with a backdrop blur filter, so whatever sits behind the element appears frosted. A soft border and subtle shadow complete the glass look. Because it uses native CSS filters, it stays lightweight.

Tips and customization

  • Increase the blur amount for a stronger frosted look.
  • Lower the background opacity to let more of the backdrop show.
  • Add a light border to enhance the glass edge.

FAQ

Does it work in all browsers?
Backdrop blur is supported in all modern browsers. Older ones simply show the semi transparent background.

Do I need an image behind it?
It looks best over an image or colorful background, since the blur has something to frost.

Leave a Reply

Your email address will not be published. Required fields are marked *

Latest tutorials

Elementor vs Bricks compared — performance, ease of use, design flexibility, ecosystem, and pricing —...
Build a smooth 3D flip card in Elementor with pure CSS — no plugin, no...
Add a glowing, moving gradient border to any Elementor container or button using pure CSS...
Freelancer Mojibur
freelancer mojibur

Start a Project!

Interested in working together? Send a quick message or schedule a meeting. Ask questions, discuss details, and decide if we are a good fit.

Website Project Inquiry

This form helps me get a general idea. We’ll schedule a meeting soon to discuss everything in more detail!

Freelancer Mojibur

Contact person

For quick communication email at: freelancermojibur@gmail.com