Darken Parallax Image Background

Hi,

I just read through the entire forum board via the search “parallax” and found nothing in regards to this.

I’d like to darken my parallax section background, the entirety of it (the image), so that my white text is more legible. This is what I had come up with; however, it isn’t necessarily correct as it only creates a background on the text, not on the entire image.

#shapely_home_parallax-1 h1 {
   background: rgba(70, 72, 82, 0.3)
}

Help would be appreciated,
Thanks!

Current: Screenshot - f0ce34b1cc181314be0d64a97ed35e94 - Gyazo
Example:
Screenshot - 09a491cb72554860a390339df03c88a5 - Gyazo
to
Screenshot - fa8a5f9381b6e47c91206b0be1374355 - Gyazo

Hi @tbjorklund,

I hope you are well today and thank you for your question.

Please try using the following CSS code.

#shapely_home_parallax-1 {
   background: rgba(70, 72, 82, 0.3)
}

If the above solution doesn’t work for you then could you please share me your site URL where it’s displaying so that i can help you?

Best Regards,
Movin