Post Images that are transparent appear with a black background.

Discussion in 'Harrington- A WordPress Business Theme.' started by lucentpools, Dec 12, 2014.

  1. lucentpools

    lucentpools Member

    Joined:
    Oct 16, 2014
    Messages:
    37
    Likes Received:
    0
    My post images that have a transparent background appear with a black background on the "Latest Posts" See Below.

    http://lucentpools.com/
    black background.png

    When you view the post itself it has a white background which is how I would prefer them to show up.

    http://lucentpools.com/category/pool-university/
    white background.png

    I would like to know how to make all transparent images show with a white background with the shadowing like the above pictures. I have inserted links to the pages above. Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post .post_image {
    background: #fff;
    box-shadow: inset 1px 1px 10px #ddd;
    }
    Thanks & Regards
    Pramod
     

Share This Page