Button shadow

hey Max and the team - it would be nice if the BUTTON had a shadow to match all the other widgets and buttons that you offer :slight_smile: to it matches the style

1 Like

in the logo showcase widget

1 Like

Hi there, @Khush_Jabble :wave:

This code should do the trick:

[class*="ButtonBase__Overlay-sc"] {
box-shadow: 0px 3px#565b74;
}

Paste it to the Custom CSS field on the Style tab and let me know if it helped :slightly_smiling_face:

a shadow works - but its different from the shadows of the BUTTON widget and the all-in-one-chat widget :frowning:

1 Like

Here is the adjusted version:

[class*="ButtonBase__Overlay-sc"] {
box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px
}

Please try it out and let me know if you like the result :slightly_smiling_face:

perfect - to me its really importnat that ALL the apps/widgets we use are styled the same accross our wesbite Max

1 Like

Great! You are welcome :wink: