Archived topic
Shadow CSS
3 replies · Started by crosby87 on October 9, 2021
Hi there,
Could you please help to make shadow around this GenerateBlocks container (https://imgur.com/a/FKDaGF2)?
Link for the post in private.
Many thanks for your help in advance!
Hi there,
if you're a GB Pro user you can shadows using the Effects panel.
If you're a free user.
Select the Container Block in Advanced > Additional CSS Class(es) - remove the content you have and add:
custom-box-shadow
Then in your customizer additional CSS add:
.custom-box-shadow {
box-shadow: 2px 2px 50px 10px #d8d8d8;
}
Thanks David - your're awesome!
Glad to be of help