I am fairly new to this and I am a bit confused on how to use Custom CSS, I am trying to add a shadow to the widget, maybe using box-shadow, but I don’t know what else to include except for box-shadow: 3px 3px 3px lightgray; I add that and nothing happens. I do see others using eapps -something, where is this for the you tube gallery? Are there any instructions anywhere on how to use this?
Greetings @user1612
It’s truly wonderful that you’ve decided to become a part of our Community! Welcome
Could you please send me a direct link to the webpage where your widget is installed, or widget ID if it’s not installed?
Thank you, this is just a test that I am doing, this is the app
elfsight-app-fc577695-e8d2-4379-a8f7-851b37cfa293
I am trying to get a shadow outside the widget, on the borders of the widget, and I thought I could use the custom css to do it.
Applying a shadow outside elfsight looks odd since there is some space between the widget border and where the shadow starts.
Great, thank you!
Your request is now with our dev. We’ll keep you posted here
Hi @user1612,
You could try using this code. Let me know if that’s what you were looking for!
.yottie-widget-inner {
box-shadow: 3px 3px 3px lightgrey;
margin: 0 5px 5px 0;
}