Hi, I’ve managed to create the slider with 4 pages for my home page, but the pictures colour look darker than the original ones (looks like there is something in the background preventing them to project the right colour balance)
Is this something that can be fixed ??
Thanks very much in advance
Hi,
An opacity is added to the background color. Set it to 0 if you want the original color of your pictures. You can do it by adding in custom CSS Rules:
.background-parallax:after {
background-color:rgba(0, 0, 0, 0);
}
Nico.
Thanks so much Nico !!,, it works perfectly π