• Resolved nico39

    (@nico39)


    Hi

    I am facing a problem.
    I configured Robogallery so that it displays images on a white background, but the close button (the cross at the top right of the image) remains white and impossible to put it in black even with custom CSS.
    I tried this but it doesn’t work:

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    color: black;
    }

    Thanks you
    Nico

    • This topic was modified 4 years, 4 months ago by nico39.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author robosoft

    (@robosoft)

    Looks like everything ok now, right ?

    You can try this one:
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    color: black !important;
    }

    Thread Starter nico39

    (@nico39)

    Thank you very much, yes it works now because I put a black png cross.

    I’ve try your solution but it don’t work, nothing appears

    Thank
    Nico

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close button black’ is closed to new replies.