Logo Showcase Shadow on Tiles

Can someone please assist me with the CSS code to add a shadow to the tiles (or squares) around the logos? Attached is an example of the look I am trying to achieve.


Thank you.

2 Likes

Hi there, @user26052 and welcome aboard :waving_hand:

Sure, this code will do the trick:

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

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if you like the result :wink:

1 Like