Looks like it’s from the box shadow in this CSS:
.alignright, .alignleft, .image-right, .image-left {
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
max-width: 100%;
padding: 5px;
}
Does your theme have custom CSS? If so, you can copy the above to that and change the box shadow line. But if you change the above it will affect all images on your site.
Thanks WPyogi. Unfortunately I placed that code in the Widget editor and it crashed my website. I’m just getting it back up. I’m still a novice when it comes to some code and It was a downer that I had to rebuild some things and I STILL HAVE THE LINE UNDER THE LOGO!! Ugh!