How to change background Parralax

Hello, i have some parralax sections in my website and i would like to have all the images on the right side.

How can i have diferents backgrounds color, without need to put the images on left and right

Thanks

Hi @carlossoares,

We need your website link so we could help you.

Thanks,

Cristian

ok my website is http://www.sete-i.pt/wp/

Thanks

Hi @carlossoares,

If you want to change the background image use this css code:

.bg-secondary {
    background: #f5f5f5;
}

Thanks,

Cristian