You can paste the following code on the custom CSS box of your Design tab:
div[class^='form-components-style_single-step-content'] {background-color: rgba(0,0,0,.25);}
Remove white background color of modern view with a custom CSS code.
You can paste the following code on the custom CSS box of your Design tab:
div[class^='form-components-style_single-step-content'] {background-color: rgba(0,0,0,.25);}