Tagged: Deutsch
hallo,
beim Slider – Slide Show volle breite habe ich einen Text eingeben. Die Farbe für den Text kann ich ändern, leider nicht die Hintergrundfarbe für das Textfeld. Wie kann ich Farbe von dem transparenten schwarz auf weiß umstellen?
Schöne Grüße
Hey Andreas,
Could you please give us a link to your website, we need more context to be able to help you.
That need to be done with the css.
Best regards,
Victoria
in der Anlage die gewünschten Links
Hi!
Bitte versuche folgenden Code in das Quick CSS Feld einzutragen:
#top.home .caption_framed .slideshow_caption .avia-caption-content p, #top.home .caption_framed .slideshow_caption .avia-caption-title, #top.home .avia-caption .avia-caption-content p, #top.home .avia-caption .avia-caption-title {
background: #fff;
filter: alpha(opacity = 80);
background: rgba(255, 255, 255, 0.5);
}
Cheers!
Peter