Add Border and Shadow

Add this code to the Custom CSS field on the Settings tab of your Banner widget’s settings:

[class*="widget__Container-sc"],
[class*="Background__Container-sc"]{
  border-width: 1px;
  border-color: #000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px
}
3 Likes