• Resolved ChristopherF

    (@christopherf)


    Hey guys,

    This is plaguing me. I have a bunch of images on my site, using png and gif created in photoshop with transparent backgrounds. On my site they have a white background. Checked older posts here but those solutions didn’t work – However I was able to get rid of the border.

    I’m using a child theme, editing with a local server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ChristopherF

    (@christopherf)

    Never mind I fixed it. I thought it might be my images but it’s the theme. If anyone has this problem this is what you do. Search for this in your style.css

    Change the background:rgba from this (255,255,255,.8);} to this (0,0,0,.0);}

    /* Images */

    .entry-content img, .entry-content .wp-caption {box-shadow:0 0px 0px rgba(0,0,0,.05);height:auto;padding:0px;border:0px solid rgba(255,255,255,.95);background:rgba(255,255,255,.8);}

    Good luck with that! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Evolve theme, white background with png and gif images’ is closed to new replies.