Hi @iaio1178050,
I too am very much a novice but needed this too. My fix was to change this line in the style sheet (style.css). Changing post.container. You can then change your text to white in the standard page editor.
/* ——————————————————————————– */
/* 6. Single Post
/* ——————————————————————————– */
/* This is the transparent version maybe? */
.post-container background: rgba(250, 250, 250, 0.5);
/* Original
.post-container { background: #fff; } */