• Resolved Luckymee

    (@luckymee)


    Hey Ive had a search and I cant find anything.

    When I post png in posts or on pages, the images don’t keep there transparency.

    I have viewed the website from a range of different browsers on different computers, to the same end.

    I’m only need to wordpress and have no idea how to fix it.

    Website is: digiblas.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • the css of your aligned images has a background color defined:

    img.alignnone {
    	padding: 5px 5px;
    	margin: 0px 0px 10px 0px;
    	display: inline;
    	background:#E4E4E4;
    	border: 1px solid #fff;
    	}
    
    img.alignright {
    	padding: 5px 5px;
    	margin: 0px 0px 0px 0px;
    	display: inline;
    	background:#E4E4E4;
    
    	}
    
    img.alignleft {
    	padding: 5px 5px;
    	margin: 0px 0px 0px 0px;
    	display: inline;
    	background:#E4E4E4;
    
    	}

    in style.css of your theme

    Thread Starter Luckymee

    (@luckymee)

    Thanks heaps, changing the value to background: none worked perfectly!

    you are welcome,

    it helps to look behind the obvious ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grey Png in Post’ is closed to new replies.