Site logo

Archived topic

Adding a border shadow to images

3 replies · Started by lewis on October 5, 2022

Viewing posts 1–4 of 4

Hi Fernando. I have GP Pro, but have just been using the normal Gutenberg blocks, so would have to be CSS. I am only planning to add this to certain images on the website ideally.

I see.

Add add-box-shadow to the class list of the images.

Then, add this CSS:

.add-box-shadow {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.75);
}
This archived topic is closed to new replies.