My website is experiencing an issue where bootstrap.min.css is causing an X to appear in the top right corner (webpage). When I comment out
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
in my HTML file, the X disappears but so does a lot of other formatting. How can I remove this X while still preserving the rest of bootstrap.min.css?