'How does a background photo crystallize when the mouse hovers over the title hover in my custom elementor element?

I want to write a special css for an element in the elementor plugin How does a background photo crystallize when the mouse hovers over the title hover? I wrote this code somewhat correctly, but I want it to blur when the mouse hovers over the title.

.hover-shope img:hover   {
filter: blur(4px);
}
::after .hover-shope{
display: none;
}

Please See This Gif ! Preview



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source