Button widget — remove red flash on load, add white border, and only show on mobile

Hi there, @Michael_Surnak :waving_hand:

Sure, I’ll be happy to help!

  1. To remove red flashes, please change the color from red to the current button color - #222d00.

  2. Here is a solution - Hide widget on desktop (floating layout)

  3. 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 :wink: