Transparent Image

GK User
Thu Feb 16, 2012 8:11 pm
Hi! I want to add a transparent image to an article, but it appears a blank background.

The image is a PNG file.

What I have to do?

I attached a screenshoot to help you.

Thanks.
User avatar
Junior Boarder

GK User
Thu Feb 16, 2012 8:15 pm
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...
User avatar
Platinum Boarder

GK User
Thu Feb 16, 2012 8:28 pm
User avatar
Junior Boarder

GK User
Thu Feb 16, 2012 8:29 pm
Check my previous post , thank you.

See you around...
User avatar
Platinum Boarder

GK User
Thu Feb 16, 2012 8:52 pm
Excellent! Thank you so much!
User avatar
Junior Boarder

GK User
Fri Feb 17, 2012 3:19 am
No problem at all.

See you around...
User avatar
Platinum Boarder


cron