CSS remove blurred effect
-
I need help with removing the blurred effect on the pictures in the “featured” area on my starting page. Dose anyone know how to do that?
The blog I need help with is: (visible only to logged in users)
-
Are you talking about the grey overlay on the image? If so, add the following to your custom CSS.
.featured-content-wrapper .blur .cover-image { opacity: 1; }
- The topic ‘CSS remove blurred effect’ is closed to new replies.