Hello & Merry Christmas!
I would like to know how can I modify the color of the bar-timer (ls-bar-timer) on LayerSlider ?
Thanks!
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
This no longer seems to work. Has it changed since December 2014?
Thanks
Rob
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
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
Hi Rob,
Please add following code to Quick CSS as well
.ls-bar-timer {
background: red;
}
Best regards,
Yigit
Perfect! thanks
Hi,
Glad that Yigit helped you. Thanks for using Enfold :)
Best regards,
Nikko