Any way to get "Client Section" on top of a "Parralax section"?

Greetings all,

Is there any way to get the scrolling social logos on top of a Parralax section? OR any way to get a Client Section to have a background with a full screen image?

Thanks

Hey there

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*background image*/
div#shapely_home_clients-2 {
 background-image:url("https://i.stack.imgur.com/jGlzr.png");
}

Best Regards,
Support