Add shadow to logo containers

Add this code to the Custom CSS field on the Style tab of your Logo Showcase widget’s settings:

.eapp-logo-showcase-logo-component {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
2 Likes