Tagged: easy slider
Hi folks,
I hope you’re all safe and well in these crazy and difficult times.
I am using a coloured overlay on the Fullwidth Easy Slider on my website, but I would like to use gradient-effect colours on the overlay (with 0.7 / 0.8 opacity).
Can you let me know how to specifically target the slider overlay in CSS, so that I can apply some gradient colours?
In case it is needed, I have included the website url in Private Content.
Many thanks in advance.
Ray
Hi Ray,
Here’s the CSS which is currently applying:
.home-slider-full .av-section-color-overlay {
background: #5d1467;
background: -webkit-linear-gradient(top, #5d1467, #911278);
background: -moz-linear-gradient(top, #5d1467, #911278);
background: -ms-linear-gradient(top, #5d1467, #911278);
background: -o-linear-gradient(top, #5d1467, #911278);
background: linear-gradient(to bottom, #5d1467, #911278);
}
Best regards,
Rikard