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

    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)

    #763403

    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

    #763447

    Yes I’m sending with this message.

    #763453

    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

    #763637

    Thank you very much! This support is the best!

    #763673

    Hi,

    No problem. If you need additional help, please do not hesitate to let us know.

    Best regards,
    Jordan Shannon

    #764320

    Edit: Never mind, fixed it.

    #764330

    Hi,

    Try this:

    p.ls-layer{
    text-shadow: 2px 2px #000000;)
    }

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.