Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #925188

    Hallo,

    In einer Seite für einen Kunden habe ich die Lightbox – Farben angepasst: wir wollten einen weißen Hintergrund und die Farben für Schrift in schwarz. Alles wird korrekt abgebildet nur die Pfeile für die vor- und Zurück- Navigation in der Lightbox sind nicht zu sehen.
    Können Sie mir bitte weiterhelfen:

    ich habe die Lightbox -Farben für eine Seite wiefolgt verändert:

    Eingaben im QUICK CSS:
    /* Lightbox titel */
    div .mfp-title {
    font-size: 11px;
    padding-top: 10px;
    color: #000000;
    }

    .mfp-counter {
    color: #000000;
    font-size: 11px;
    padding-top: 10px;
    }

    /* Lightbox Hintergrundfarbe */
    .mfp-bg {
    background-color:#ffffff!important;
    }
    /* Lightbox Transparenz */
    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1;
    }

    /* Lightbox Schrift Farbe */
    .mfp-wrap * {
    color: #000000!important;
    }

    Vielen Dank!

    #926260

    Hey DianaLoola73,

    if posting to Enflish will help us to understand and help you faster – please!

    Best regards,
    Basilis

    #934643

    Hello,

    In a page for a customer I adapted the lightbox colors: we wanted a white background and the colors for writing in black. Everything is displayed correctly only the arrows for the forward and back navigation in the lightbox are not visible.
    Could you please give me additional help:

    I’ve changed the lightbox colors for a page as follows: http://stefanhunstein.de/Neu/salamis/

    My Entries in the QUICK CSS:

    /* Lightbox titel */
    div .mfp-title {
    font-size: 11px;
    padding-top: 10px;
    color: #000000;
    }

    .mfp-counter {
    color: #000000;
    font-size: 11px;
    padding-top: 10px;
    }

    /* Lightbox Hintergrundfarbe */
    .mfp-bg {
    background-color:#ffffff!important;
    }
    /* Lightbox Transparenz */
    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1;
    }

    /* Lightbox Schrift Farbe */
    .mfp-wrap * {
    color: #000000!important;
    }

    BEST REGARDS!!!! Thanks you!

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