How to fix black screen and non-responsive buttons on Dawn theme?

i have some issues on dawn theme

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?

My Website: Chiwears.com

Hi @ReaNMe ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. add code below to end of file to fix 1,2
#seers-cmp-overlay { display: none!important;}
  1. 3-How can I make the header transparent without breaking anything? → what does it mean?

@ReaNMe
Hello,
Add This CSS in Your Store GO to Online Store > Select Theme > Edit Theme > Asset > base.css

#seers-cmp-overlay {
	display: none !important;
}
.button:hover {
	color: #fff;
}

Like This

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; } ”