Comments 17Marcelo started the conversationAugust 1, 2017 at 7:16pmIs there another way this lightbox side arrow appears? This rectangle is over the photo. This is not good. Generates interference under the picture. A photo site has to leave 100% free photo. Can you hide this rectangle? VIEW http://imgur.com/83gCTQE LINK http://valencaevalenca.profissional.ws/valencachild/casa-02-ba/I used this code.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { opacity: 1; background-color: none!important;}[deleted] repliedAugust 2, 2017 at 12:48amHi MarceloCan you try this code below: .nivo-lightbox-theme-default .nivo-lightbox-nav:hover { opacity: 1; background-color: rgba(0,0,0,0) !important; } 17Marcelo repliedAugust 2, 2017 at 11:22amPerfect Eroll. Tks1 Like[deleted] repliedAugust 2, 2017 at 2:58pmHi there,I'm glad to hear thatWill set this ticket as solved from here. 17Marcelo repliedAugust 2, 2017 at 5:20pmEroll, how to change color of the a.nivo-lightbox-close?[deleted] repliedAugust 2, 2017 at 7:45pmHi MarceloPlease always open new ticket for your question.You already have the code in Custom CSS, just change the color. .nivo-lightbox-theme-default .nivo-lightbox-next:after, .nivo-lightbox-theme-default .nivo-lightbox-prev:after { color: #000; } 17Marcelo repliedAugust 2, 2017 at 7:51pmEroll, thanks for the feedback. The color I want to change is the arrow to close the lightbox. It is in the upper right corner.[deleted] repliedAugust 3, 2017 at 4:27amHi Marcelo You have to upload the image to Media Library, and pickup full url of image and putted on url('http://full path to image'); @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { .nivo-lightbox-theme-default .nivo-lightbox-close { background-image: url('new_url_of_image'); background-size: 16px 16px; } } .nivo-lightbox-theme-default .nivo-lightbox-close { background: url('new_url_of_image') no-repeat 5px 5px; } You can learn more about Background Property on this link 17Marcelo repliedAugust 3, 2017 at 10:39amOkay, Eroll. I'll test. I only asked for this because the lightbox background turned white and the button disappeared on the screen. OK? Thanks a lot for the help. 17Marcelo repliedAugust 3, 2017 at 10:56amEroll, I tested. I did the way you said it. Did not work. / * CLOSE LIGHTBOX * /@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { .nivo-lightbox-theme-default .nivo-lightbox-close { background-size: 16px 16px; }}.nivo-lightbox-theme-default .nivo-lightbox-close { }[deleted] repliedAugust 3, 2017 at 5:25pmHi MarceloI did it, i had just to put !important at the end.Ciao Sign in to reply ...
Is there another way this lightbox side arrow appears? This rectangle is over the photo. This is not good. Generates interference under the picture. A photo site has to leave 100% free photo. Can you hide this rectangle?
VIEW
http://imgur.com/83gCTQE
LINK
http://valencaevalenca.profissional.ws/valencachild/casa-02-ba/
I used this code
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
opacity: 1;
background-color: none!important;
}
Hi Marcelo
Can you try this code below:
Perfect Eroll.
Tks
Hi there,
I'm glad to hear that
Will set this ticket as solved from here.
Eroll, how to change color of the a.nivo-lightbox-close?
Hi Marcelo
Please always open new ticket for your question.
You already have the code in Custom CSS, just change the color.
Eroll, thanks for the feedback. The color I want to change is the arrow to close the lightbox. It is in the upper right corner.
Hi Marcelo
You have to upload the image to Media Library, and pickup full url of image and putted on url('http://full path to image');
You can learn more about Background Property on this link
Okay, Eroll. I'll test.
I only asked for this because the lightbox background turned white and the button disappeared on the screen. OK?
Thanks a lot for the help.
Eroll, I tested. I did the way you said it. Did not work.
/ * CLOSE LIGHTBOX * /
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-close {
background-size: 16px 16px;
}
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
}
Hi Marcelo
I did it, i had just to put !important at the end.
Ciao