Let’s look at how to blur/delete images and other elements using the inspector.
Step 1:
Open up your demo's details section. Click ‘Edit.’
Step 2:
"Right-click" the element you wish to remove. Click on "Inspect"
Step 3:
Now your element is automatically highlighted. Press "Delete" on your keyboard to remove it.
Step 4:
Your image element has been successfully deleted.
Step 5:
Now, let's see how we can blur an element. Right-click on the element you want to blur and select 'Inspect.’
Step 6:
Add the filter:blur([NUMBER]px) style into the element tag. CSS property in the ‘Styles’ panel of the inspector gets updated automatically.
Your element will be blurred.