Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1368166

    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.

    #1368196

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.