I'm currently working on constructing a website and opted to utilize a Bootstrap template (found here). The template is blank, featuring solely a background image that spans the entire page (I decided to remove the navbar).
Upon adding random text into the body section of the HTML, I encountered an issue.
Screenshot depicting the problem
The template code remains unaltered (apart from deleting the navbar). All I did was include a standard HTML paragraph.
My objective is to eliminate the white line so that only the text displays above the background, not the background itself. Despite attempting various approaches such as setting the body style to background-color: transparent and adjusting position, z-index, and more, the white line persists. My searches online have yielded no solutions.
Your assistance in resolving this issue would be greatly appreciated!