remove drop shadows from images
-
remove drop shadows
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use custom CSS (part of your WordPress.com Premium plan) to remove those drop shadows. To add custom CSS, go to your My Blogs page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:
img.wp-post-image { box-shadow: 0 0 0; }That will remove the drop shadows from the images in your blog’s Twenty Twelve theme.
If you’d like to make more changes to your theme’s design, we have tips for getting started with CSS here:
If you have CSS questions, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization
Please let me know if you have any questions about that. :)
- The topic ‘remove drop shadows from images’ is closed to new replies.