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

    hi there, how can i change the color of the lightbox closing cross?
    And also the text below the lightbox image, the caption; can i manage the color of this too?

    ——————-

    its ok, found it:
    color:
    /* tekstkleur caption */
    .mfp-title {color: black;}

    /* close button */
    div.avia-popup .mfp-close {
    color: black;
    width: 40px;
    height: 40px;
    right: -13px;
    text-align: center;
    border-radius: 100px;
    border: 2px solid transparent;
    line-height: 38px;
    padding: 0;
    top: -5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: Arial, Baskerville, monospace !important;
    }

    • This topic was modified 7 years ago by yampieters.
    #875969

    Hey jelle,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #877556

    this one can be closed as well, thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘galery lightbox’ is closed to new replies.