Is it possible to place a box shadow around a color section?
For cells and elements, this works well, but not for color section: <style type = “text/css”> .drop-shadow {
box-shadow: 0px 0px 10px black;
}
</style>
Thanks,
Hey promisecenterchurch,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-section {
box-shadow: 0px 0px 10px black;
}
Best regards,
Rikard
Rikard,
Had no effect on the color section at https://www.thepromisecenter.com/vision/
I’ve given it a custom CSS class of “color-section”
Works fine for cells and elements, but no effect yet on Color Section.
to where should the shadow go ? outside the browser – only on top and bottom ?
you can give it an inset shadow:
.color-section {
box-shadow: 0px 0px 35px black inset;
}
or if you like the slider above:
#full_slider_1 {
box-shadow: 0px 10px 15px -10px #000;
}
The inset variable did it.
Thanks
You can close the ticket
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay