Can you post a link to the image you are trying to use, you can upload them to free hosts and paste the link in here. Thank you.
Edit: Please add following css code in override.css file and make sure to enable css override feature from template settings > advanced settings > css override "on".
- Code: Select all
.articleContent img { background:none!important }
or as this will effect all images in articles you might want to use new class for your images where you want them transparent. So when adding image to your articles either from image chose box or in html view use class "transparentimage" and use following code in your override.css this way your other images will not get effected.
- Code: Select all
.transparentimage { background:none!important }
See you around...