Remove shadow
-
How do you remove the shadow around an image?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This would be done with custom CSS. I’m going to move this thread to the CSS Customization forum for you. It would be helpful if you could mention the following:
Your blog address
The images for which you wish to remove shadows
Which theme you are using -
Hi there,
If you want to remove the shadow from the images you add to your blog posts, try this CSS bit and see if it does the trick:
.entry-content img { box-shadow: none; }Please, let me know if you actually meant any other images in your blog :)
- The topic ‘Remove shadow’ is closed to new replies.