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

    Hallo,

    Wie kann man eine andere Font bei der Beschriftung eines Bildes beim Vollbild Slider einstellen?

    Danke.

    lg
    Harald

    #783883

    Wenn du nur einen bestimmten Slider ändern willst solltest du dem eine eigene Custom Class geben. how to Link

    willst du generell bei allen fullscreen Slidern das ändern könntest du folgendes machen im quick css:
    Es gibt da zwei Textvarianten – einmal der titel und einmal der Text darunter ( bie Buttons müssten wir nochmal genauer hinschauen)

    .avia-fullscreen-slider .avia-caption-title {
    font-family: "Open Sans";
    }
    
    .avia-fullscreen-slider .avia-caption-content {
    font-family: "Marck Script"
    }

    für die Button Schrift:

    .avia-fullscreen-slider .avia-slideshow-button {
        font-family: Arial;
    }

    wobei dei Schriften auch im System aktiviert sein müssen.

    #784024

    Okay danke, werde ich machen!

    lg
    Harald

    #785165

    Hi,

    Thanks for helping out as always @guenni007, please let us know if you should need any further help on the topic @gharry79

    Best regards,
    Rikard

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