Help with CSS Code Snippet

Hi

Can someone pls share the CSS code snippet to disable / remove the dark overlay from the Cuisine Slider on the on Home Page of my wordpress site.

Home Page Cuisine Slider Screenshot

Chrome Inspect Console Screenshot

Thanks in Advance

1 Like

Site URL

This seems to have the specificity required

.elementor-widget-place-categories .elementor-item .inner-item .entry-image a:before {
  background: none;
}

I haven’t worked with elementor, but would have thought this could be done in elementor instead.

1 Like

Issue fixed. :slightly_smiling_face:

Screenshot

Thank You !!

1 Like