Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #372621

    Hello & Merry Christmas!

    I would like to know how can I modify the color of the bar-timer (ls-bar-timer) on LayerSlider ?

    Thanks!

    #372626

    Hi alexispereira!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .ls-bar-timer {
    border-color: red!important;
    }

    Thanks, Merry Christmas to you as well :)

    Cheers!
    Yigit

    #829747

    This no longer seems to work. Has it changed since December 2014?
    Thanks
    Rob

    #829960

    Hi Rob,

    There has been a lot of changes in layerslider since dec 2014, but the code above should still work, I just tested it on my end. Can you post a link to the page where your layerslider is located? so we can check why it’s not working on your end.

    Best regards,
    Nikko

    #830109

    Hi Nikko,
    Actually it partially works. I have just done it again and it shows half the line red and the top half is still white. That is why it appeared not to be working. Obv. I don’t want any white or red I want all black (#000000) Here is the slider (still building it) http://orionit.ltd.uk/wp/.
    I have used Yigit css exactly:

    .ls-bar-timer {
    border-color: red!important;
    }

    I am surprised there is no way to do this within the LayerSlider plugin.
    Many thanks
    Rob

    #830142

    Hi Rob,

    Please add following code to Quick CSS as well

    .ls-bar-timer {
        background: red;
    }

    Best regards,
    Yigit

    #830167

    Perfect! thanks

    #830676

    Hi,

    Glad that Yigit helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change bar-timer color in LayerSlider’ is closed to new replies.