Hi,
I’m trying to add an shadow to a color-section. Tried to give it an id, tried to use the .avia-builder-el-14, but I can’t get the shadow to show up.
Can you please help me?
Regards,
Erwin
Hi Erwin,
Could you post a link to the site in question so that we can take a closer look please? Also please specify what section you want to apply a shadow to.
Best regards,
Rikard
Hi Rikard,
It’s the section where the vimeo-video is placed. The url is in the private-part.
Thanks!
Erwin
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#videosectie {
box-shadow: 2px 2px 2px #000;
}
http://www.w3schools.com/cssref/css3_pr_box-shadow.asp
Best regards,
Rikard
Hi Ricard,
Thank you. This works fine for me. Strange thing is, I’m working in a child-theme, adding this code to style.css in the child-theme, doesn’t change a thing, even when I add !important to it. Adding it to the Quick CSS does change it.
Do you know how this works and what is preferred?
Regards,
Erwin