Image borders in Fresh & Clean theme

  • Unknown's avatar

    Hi there,

    I have a “signature” image that I like to include at the bottom of every blog post. The picture is a PNG file with a transparent background. I’ve recently switched my blog theme from “Pilcrow” to “Fresh & Clean” and the signature image now appears with a grey border/shadow around the sides and bottom. Do you know how I can get rid of these lines? I’ve added the below to my CSS, but it didn’t seem to help.

    .entry-thumbnail img {
    box-shadow:none;
    }

    Thanks so much!
    amb

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Instead of “entry-thumbnail”, looks like you’ll want to use “entry-content”.

    .entry-content img {
    	box-shadow: none;
    }
  • The topic ‘Image borders in Fresh & Clean theme’ is closed to new replies.