Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #616714

    Hello,
    I would like to add a border to the Layerslider thumbnail container. Could you please give me the associated css class?
    Many thanks.

    #618106

    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

    #618269

    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.

    #618337

    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

    #618351

    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

    #619503

    Hi Chris,

    Not sure if that mean that you found the solution yourself?

    Thanks,
    Rikard

    #619677

    Hi Rikard,

    yes -many thanks for your support.

    Cheers,

    Chris

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Border of Layerslider thumbnail container’ is closed to new replies.