Hi! I want apply a filter on the page when you open the cart of the top bar. I have tried this
.page-wrapper{
filter: blur(3px);
}
but i want to show the filter just when you open the cart on the top par. It is possible? I tried a javascript in functions.php but doesn´t work :S
Thanks!