1-When you enter the website, sometimes a black thing appears on the screen and nothing is pressed, at the same time I cannot turn it off, how can I turn it off?
2-none of the buttons are working
3-How can I make the header transparent without breaking anything?
The code you both gave worked, thanks, but I still couldn’t solve the 3rd problem. How can I make the header part transparent?
The last time I tried to make the header part transparent, the keys were broken, the font colors were broken (I still couldn’t fix the product page) so I said without breaking anything and I used the following code that day “ .header-wrapper { position: fixed; top: 0; left: 0; width: 100%; background: transparent; border: none; z-index: 999; } ”