Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #326245

    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.

    #326598

    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

    #326871

    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

    #327169

    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

    #327389

    Großartig, Danke.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullscreen slider’ is closed to new replies.