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.
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.
Hi there, @user26052 and welcome aboard
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