few question about size of image in parallax section

Hi everyone!

I hope everything goes well today!
I’m trying to use this beautiful template.

1/What is the best size for image in full width section for the homepage (in parallax section.) ?

2/What is the best size for image in left / right alignment for the homepage (in parallax section.) ?

3/ And i would like to change the color of the text, and the white button (the second link witch is white actually) because my photo is clear and we cannot read the white text.

Thank you so much for your help!

Corine

Hi @cocoflamenco,

1/What is the best size for image in full width section for the homepage (in parallax section.) ?

width 2880 px* height 1923px

2/What is the best size for image in left / right alignment for the homepage (in parallax section.)

width 1000 px*height 693px

3/ And i would like to change the color of the text, and the white button (the second link witch is white actually) because my photo is clear and we cannot read the white text.

For text colour, change the valuues for the below css code:


.image-bg h1 {
    color: #ffffff;
}

For button, please change the values for the below css code:


.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
    border-color: #fff;
    color: #222;
}

Thanks,

Cristian

okay Cristian, thanks a lot, it helps me!

Have a good day!

You’re welcome.

Thanks,

Cristian