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

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::man_technologist:t5:

Hi @Master_Web :waving_hand:

Sure! You just need to add this line to the code with the desired radius - border-radius: 4px; :slightly_smiling_face:

1 Like

Thank you @Max

I also found this code after :grin:

-mw :sparkles::man_technologist:t5:

2 Likes