Effect on modal element

Hi, I add an effect on modal element but when scroll up the element is not more selectable

element (i) on servizi class="e184-9
studio12.it/Home

Hello @xonetit,

Thanks for writing to us.

It seems like there might be some issue with cache or effect element settings. For the quick fix I would suggest you add this CSS under X/Pro —>Theme Option —>CSS

.e184-9.x-anchor.x-effect-enter {
    pointer-events: initial !important;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.