Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #944266

    Hallo liebes Kriesi Team,
    ich komme einfach nicht weiter mit der Frage, die ich habe. Das Forum durchforste ich schon seit ein paar Stunden.
    Ich möchte auf meiner Startseite bei der Bildbeschriftung des Sliders etwas verändern. Im hätte gerne eine schwarze Schrift (das ist kein Problem) und einen weißen Rahmen. Im Augenblick scheint nur ein dunkler Schattenrahmen möglich zu sein. Kann ich das irgendwie ändern.
    Schonmal 1000 Dank für Eure Hilfe!!!!

    #944269

    Hey LaraOcean,

    Add this to quick css:

    .caption_framed .slideshow_caption .avia-caption-title{
    background: rgba(255, 255, 255, 0.5)!important;
    }
    
    .slideshow_align_caption h2{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #944273

    Hi Jordan, thanks for your fast reply. Jetzt ist die Schriftfarbe zwar Schwarz, aber der Hintergrund ist leider immer noch dunkel.

    #944275

    Is it possible to have a white frame, backround colour behind the font?

    #944277

    Hi,

    The frame should be working as well. Please clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #944297
    This reply has been marked as private.
    #944301

    Hi,

    Try this:

    .avia-caption-title.av-medium-font-size-overwrite.av-medium-font-size-35.av-small-font-size-overwrite.av-small-font-size-35.av-mini-font-size-overwrite.av-mini-font-size-35{
    background: rgba(255, 255, 255, 0.5)!important;
    }

    Best regards,
    Jordan Shannon

    #944305

    Hey Jordan, thats it! Thank you so much! You made my day!!!

    #944308

    Hi,

    Great! I’m happy I was able to help! If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Bild Slide Beschriftung Hintergrundfarbe’ is closed to new replies.