Hello,
i want to change the opacity in the image caption at feature images. I add the following code into custom.css:
'.feature_excerpt {
-moz-border-radius: 5px 5px 5px 5px;
background: none repeat scroll 0 0 #787978;
bottom: 22px;
color: #FFFFFF;
left: 22px;
max-width: 80%;
min-width: 50%;
opacity: 0.1;
padding: 2% 3%;
position: absolute;
visibility: hidden;
z-index: 100;
}'
but the opacity value seems to have be no effect. If i edit it with firebug it works.. what i do wrong ?
btw: is there a way to change the font color of the slide title ?
Thanks
In german:
Ich versuche den Slide Title des Featured Images die Transparenz zu ändern. Ich habe bereits oben genannten css code in die custom.css eingefügt. Irgendwie möchte er jedoch die Änderungen nicht annehmen. Mittels Firebug kann ich den opacity Wert wie gewünscht ändern aber in der css tut sich nichts. Kann es sein, dass es über das Javaskript gesteuert wird ?
Wenn wir schon dabei wären: Gibt es einen einfachen Weg die Schriftfarbe des Slide Titels zu ändern ?
Danke
Wäre nett wenn ihr mir da helfen könnt.
Gruß














