Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #972793

    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

    #973175

    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

    #973317

    in der Anlage die gewünschten Links

    #973416

    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

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