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);
}
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);
}
Hi @Max ,
Thank you for this code. Rather than “box-shadow” can the code be tweaked for “rounded edges box-shadow” ?
With thanks,
mw:sparkles:![]()
Hi @Master_Web ![]()
Sure! You just need to add this line to the code with the desired radius - border-radius: 4px; ![]()