Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452013

    Hi!

    I want to add a shadow to the text-layers in Layer Slider. I set Attributes ID to “shadow” and then I add following Custome CSS:

    #shadow {
    text-shadow: 5px 5px 3px #000000;
    }

    But nothing happens. Any idea?

    Thanks!

    #452167

    Hi luckylobo10!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Make sure you flush your browser cache and disable any caching plugins to see your CSS changes properly.

    Cheers!
    Rikard

    #452262

    Do you have opportunity to explain shortly and/or post a printscreen of the correct settings in Layer Slider?

    #452399

    Hi!

    Judging from your original post it sounds like you have made the correct settings, but we would need to have a look to verify that. Could you provide us with a temporary admin login? You can post the details here as a private reply.

    Cheers!
    Rikard

    #453100
    This reply has been marked as private.
    #453202

    Hey!

    Please use following code instead

    .home #layer_slider_1 {
      text-shadow: 5px 5px 3px #000000;
    }

    Best regards,
    Yigit

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