Hello,
I would like to add a border to the Layerslider thumbnail container. Could you please give me the associated css class?
Many thanks.
Hey Chris2234,
I’m not sure I understand exactly what you want to add a border to, could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Many thanks for your reply. Unfortunately the page is currently password-protected – however I mean the border around the preview-thumnails which appear on mouse-rollover in the layerslider.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ls-fullwidth .ls-thumbnail-inner {
padding: 2px;
margin-left: -2px;
background: orange;
}
Cheers!
Yigit
Many thanks – but that did not work. The CSS class I was looking for is
.ls-thumbnail-hover-inner
e.g.,
.ls-thumbnail-hover-inner {
border:10px solid #000 !important;
}
Cheers,
Chris
Hi Chris,
Not sure if that mean that you found the solution yourself?
Thanks,
Rikard
Hi Rikard,
yes -many thanks for your support.
Cheers,
Chris