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!!!!
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
Hi Jordan, thanks for your fast reply. Jetzt ist die Schriftfarbe zwar Schwarz, aber der Hintergrund ist leider immer noch dunkel.
Is it possible to have a white frame, backround colour behind the font?
Hi,
The frame should be working as well. Please clear the cache a few times over.
Best regards,
Jordan Shannon
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
Hey Jordan, thats it! Thank you so much! You made my day!!!
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