Hallo, kann ich den Hintergrund der Bildüberschrift und Bildtext auch in Weiß machen?
Hallo Reinhard,
Please try the following in Quick CSS under Enfold->General Styling:
.slideshow_caption {
background: rgba(255, 255, 255, 0.5) !important;
}
Grüß,
Rikard
Hallo, leider ist der Breich bei den Buttons jetzt in weiß.
Hallo, den oberen habe ich gefunden.
.avia-caption-title {
background: rgba(255, 255, 255, 0.5) !important;
}
der untere fehlt mir noch
Hallo Reinhard,
Thanks for the feedback. Please add this CSS as well:
.caption_framed .slideshow_caption .avia-caption-content p {
background: rgba(255, 255, 255, 0.5) !important;
}
Grüß,
Rikard
Hi, super hat funktioniert. Thx!