A curved background shape animates upward on hover, covering the button to create a smooth fill effect.
Right-click in Elementor, choose “Paste from another site,” and while the popup is open, press cmd/ctrl + v to insert the layout.
Paste the code through the page or site settings, or add it via Elementor → Custom Code before body tag.
/* hover state */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
[data-oura-button-01="button"]:hover [data-oura-button-01="fill"] {
transform: translateY(0);
border-radius: 0;
}
}Some solutions only work on the live site. Always publish and test after each change, as results may not appear in the editor.