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;