png pic get backround

GK User
Tue Jul 05, 2011 12:08 pm
hi, when I insert in my content a png-picture with transparenz, there is a white background!??

Firebug:
.articleContent img, .feed-item-description img {
background: none repeat scroll 0 0 #FFFFFF;
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 5px;
}

joomla.css (Zeile 86)


and at my headlines, there won`t shown my colors from override.css


#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a {
color: #373636;
margin-bottom: 32px;
}
joomla.css (Zeile 71)
a {
color: #5E0F23;
text-decoration: none;
}
override.css (Zeile 24)
a {
color: #5E0F23;
}
style2.css (Zeile 29)
a {
color: #5E0F23;
text-decoration: none;
User avatar
Expert Boarder

teitbite
Wed Jul 06, 2011 11:19 am
Hi

Have You enabled using override.css file in template settings ?
User avatar
Moderator

GK User
Thu Jul 07, 2011 8:40 am
of course, everything else works!
User avatar
Expert Boarder

GK User
Thu Jul 07, 2011 9:07 am
I have the same issue with pixellove. Whe i set template style to dark png backgrounds are #fff and when i set template style to light png backgrounds are #000.
User avatar
Senior Boarder

teitbite
Fri Jul 08, 2011 12:44 pm
Hi

Please add this to override.css:

Code: Select all
.articleContent img, .feed-item-description img {
    background: none repeat scroll 0 0 transparent !important;
}
User avatar
Moderator


cron