Hello,
In the custom css file you can see my added code and what does not work:
(3 things)
1/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
border-radius: 0px;
}
>>> This css is supposed to delete the rounded corner of the white screen of the lightbox, but does not work.
2/
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
position: relative;
display: inline-block;
background-color: #406325;
margin: 0px auto;
padding: 5px;
}
>>> This css is supposed to change the white background of the lightbox into green, and make the padding smaller (so that the green border is less visible)
3/ My question regarding a new css line : how to
change the navigation items of the lightbox such as the “<” and “>” and “pauze” button
and “x” button.
Many thanks in advance,
please see screenshots of how it should be.
Thanks
Attachments:
You must be
logged in to view attached files.