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
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
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.