Tagged: slider
Is there a way I can make the grey overlap on the slider more transparent, or either non-existant?
Hi Kristen,
In this issue, you could use the below CSS and customize the opacity from 0.1 to 1 based on your needs.
.header-item::before { opacity: 0.1 !important; }
Best Regards, ThemeLooks Support Team