I don’t see any shadows on your images. BTW, don’t modify theme files – or those changes will be lost when your theme is updated.
Try this:
.entry-content img {
box-shadow: 0 0 0px;
}
(Copy and paste inside Appearance –> Edit CSS)
They are very tiny. I only see them from the desktop but not on my cell phone. I can see it mainly on the top and bottom of the images, and at the end of my post where my XOXO, Jess image.
I put everything back to how i had it. Originally I read a post in the forums that said to change what Normalize is suggesting but in the style.css
my box-shadow was 0, 0 ,5px (0,0, .15)
and there were two other lines of code that had the same numbers. so I changed them to 0. and it didnt do anything so I put it back because I didnt want to mess anything up.
I am really clueless when it comes to coding so when you say put it in appearance-edit css well I dont see that. I have an editor in my appearance section and that is where I originally tried to change the code. but there is no spot that just says CSS there is a list of templates and the only one that says CSS is STYLE.CSS
Am i looking in the wrong spot?
Thank you for helping me figure this out. It is driving me crazy.
Jess
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/