blurring background image

Anybody know an easy fix for blurring the background image only. Can't seem to find css code in the wild or ability to do this with bootstrap studio.

Please... provide more information...cause at this point I can't help you.

Add the backdrop-filter rule to your backgrounds CSS class. Example: .myComponent-bg { background-image: url(background-image.jpg); background-attachment: fixed; backdrop-filter: blur(3px); }