Tagged: drop shadow, LayerSlider
I have set a drop shadow for my text on my slide with the CSS code below in the Filter box under Styles. It works fine but just for the first round of the slide, once it starts over the drop shadow effect is gone. I’m sure it’s just a simple configuration issue but can’t find where.
drop-shadow(1px 1px 1px black)
Hey octaviosalles,
Can you please provide a link to the site/page in question and login details so that I can look into this further.
Best regards,
Jordan Shannon
Yes I’m sending with this message.
Hi,
I added this to quick css and it seems to be working now:
h1.ls-layer{
text-shadow: 2px 2px #000000;)
}
You want to use text-shadow, not drop-shadow.
Best regards,
Jordan Shannon
Thank you very much! This support is the best!
Hi,
No problem. If you need additional help, please do not hesitate to let us know.
Best regards,
Jordan Shannon
Edit: Never mind, fixed it.
Hi,
Try this:
p.ls-layer{
text-shadow: 2px 2px #000000;)
}
Best regards,
Jordan Shannon