• Resolved dlmweb

    (@dlmweb)


    Hello Smart Slider,
    Using v 3.5.1.19
    The default background color on the thumbnail strip is #242424.

    I have added custom css (below) to change the background color to white:
    div#n2-ss-4 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
    background: #ffffff !important;}

    But I’d like not to have to write that for multiple sliders.
    Is there a global setting for the background color that I missed?
    Or a css snippet that would apply to all slideshows?

    Many thanks,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @dlmweb!

    We don’t have a global setting for this, so the thumbnail bar’s color can only be changed at each slider’s thumbnail settings:
    https://smartslider.helpscoutdocs.com/article/1857-thumbnails
    at “Bar – Style”.

    Please note, that we don’t support custom codes, but I will help this one time. You could use this CSS code:

    .nextend-thumbnail-inner{
        background-color:white!important;
    }

    to change the color of all thumbnail bars.

    Thread Starter dlmweb

    (@dlmweb)

    Aha! I missed clicking on the green bar > style button.
    Death by 1000 settings.
    Thanks so much for the speedy response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color for thumbnail strip’ is closed to new replies.