CSS Snippet against the blurring in the picture
-
Hello. I had problems with my image presentation. Namely, when I inserted a caption, it displayed the image blurred in the lower part, so that you could not see a part of the picture. I have now inserted this code as a CSS snippet: is that correct? And which location should I specify? Header, footer or body? Or admin headers?
.wp-block-gallery.has-nested-images
figure.wp-block-image:has(figcaption):before {
backdrop-filter: none;
}Is this Code correct?
Kind regards, Meike
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.