Hallo zusammen. Ich würde gerne die transparenten Textboxen hier (siehe Link) anstelle von transparent vollfärbig füllen damit wie besser lesbar werden.
Wie mache ich das am besten? Vielen Dank und schönen Abend.
Hi diefleischerei,
The only way to change it is via CSS, go to Enfold > General Styling > Quick CSS and add this CSS code:
.caption_framed .slideshow_caption .avia-caption-content p,
.caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p,
.avia-caption .avia-caption-title {
background-color: black;
}
Just change the color as you see fit.
You can check this article for more information regarding the background color values: https://www.techonthenet.com/css/properties/background_color.php
Hope this helps.
Best regards,
Nikko