Home page – full screen slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • #21636
    Alex Jaraba
    Participant

    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

    #21646
    nico
    Participant

    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.

    #21651
    Alex Jaraba
    Participant

    Thanks so much Nico !!,, it works perfectly πŸ™‚

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.