Luckymee
Member
Posted 1 year ago #
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
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
Luckymee
Member
Posted 1 year ago #
Thanks heaps, changing the value to background: none worked perfectly!
you are welcome,
it helps to look behind the obvious ;-)