Hi there, @Michael_Surnak ![]()
Sure, I’ll be happy to help!
-
To remove red flashes, please change the color from red to the current button color -
#222d00. -
Here is a solution - Hide widget on desktop (floating layout)
-
This CSS code will do the trick:
.es-button-base-container {
box-shadow: none !important;
border-color: white !important;
border-width: 3px !important;
border-bottom: none;
}
Give it a shot and let me know how it worked ![]()