• I am having two issues with the featured images for my blog posts. I would like to display them on the home page with the excerpt. But they have a blue tinted background. I am not sure how to change this so the background is white, like the image that was uploaded for the blog post.

    Also, I would like to figure out how to disable the featured image being displayed if there is not one for the post. Right now there is a place for the image, with the blue background, but no image. I would rather just not have anything there if there is no featured image selected.

    Any help is appreciated.

    http://onecharmingmonkey.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please try the following in Theme Options -> Custom CSS

    .mask{
    display:none !important;
    }

    This will remove the blue tinted background.

    Thanks!

    Thread Starter janaglass

    (@janaglass)

    Thank you! That’s exactly what I was looking for! Any help with the removing the unwanted featured image? I had put an image in there, but would like to remove the image if possible. If I remove it, there is a placeholder image with a camera. I would prefer there to be able to have posts with NO featured image at all.

    Hi,

    Sorry, you will need to modify the theme file to do that.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘featured images’ is closed to new replies.