I have a table, I use CSS to blur this table.
But it also blurs all the text in my table.
The CSS I am using:
table#tablepress-2 {
background:white;
background:rgba(255,255,255,0.8);
filter:blur(4px);
-o-filter:blur(4px);
-ms-filter:blur(4px);
-moz-filter:blur(4px);
-webkit-filter:blur(4px);
}
Is there any method to not blur all the text in this table?
It currently looks like this: