Hi @struggledapreacher
Thanks for providing the web page link.
I think you are talking about the slider section of page via News & Blog Designer Pack plugin after this line “ТОЛЬКО РУССКОЯЗЫЧНЫЕ НОВОСТИ” right?
When I checked, I found that you are using Image Lazy Load functionality which is causing this issue. This functionality is putting an extra class on image named “tf_svg_lazy” which blurs the image.
Please refer below screenshot https://prnt.sc/1vqojk1
Also you can use below CSS for temporary solution,
.bdp-post-image-bg img {
filter: none;
}
i highly appreciate your reply!
should i disable lazy load? and what do you mean by temporary?
thank you
Hi @struggledapreacher
Thanks for your response.
Temporary means this is a temporary solution to work with your lazy load. Lazy Load is a good functionality for site performance so I will not recommend you to disable it.
The above CSS will work with your lazy load. You can ask to lazy load plugin or theme author from which this functionality is coming. They will help you more in this.