Hello,
How do I create a global style for all images put in the image widget that includes:
– 10px white border, then a 1px gray outline (looks like a polaroid print border)
– drop shadow with: distance, spread, size, opacity variables
Thank you! Awesome theme!
John
Hey John!
Try adding this code to the Quick CSS:
.avia-image-container-inner {
box-shadow: 0 0 30px black, 0 0 0 1px gray;
padding: 10px;
}
Result:
Cheers!
Josue
Perfect! Thank you so much!
You are welcome, always glad to help :)
Regards,
Josue