Thanks Stacy. I’d tried to update the CSS for the other image sizes (e.g. “size-full”) but it wasn’t working for some reason.
I went ahead and created a new CSS class and added this class to the image and it’s working now:
img.jeff-border {
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
Thanks! This got me going in the right direction. For what it’s worth I had to use this CSS:
#nav-above .nav-previous, #nav-above .nav-next {
display: none;
}
Thanks Matthias – I’d found the way to remove the entire line altogether but hadn’t seen just the author, so I could keep the date. Thanks!