Hi,
ich versuche vergeblich, die Farben von Hintergrund und Border des Titels, des Contents und der Buttons im Fullscreen slider zu verändern.
Ich möchte weiße Schrift, einen weißen Rand und einen transparenten Hintergrund (bei den Buttons gern mit Hover-Effekt zu einer Farbe).
Könnt Ihr bitte helfen.
Gruß und Danke, Neo.
Hi advocatusneo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.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: transparent; border: 2px solid white; border-radius: 3px; }
Best regards,
Yigit
Danke Yigit,
nehme ich für die buttons: body div .avia-slideshow-button {…} ?
Und wie ist der code für den hover-effekt für die buttons. Da würde ich bei hover gern Hintergrund-, Rahmen- und Schriftfarbe ändern.
Danke, Neo
Hi!
Please add following code to Quick CSS as well
#top .avia-slideshow-button.avia-color-light:hover {
color: orange;
background-color: rgba(0,0,0,0.2);
border-color: red;
}
Cheers!
Yigit
Großartig, Danke.