• The text on the sliders looks as if it had a drop shadow. Is the text somewhere using the text-shadow property? Any advice on how to turn that off?

    Thanks in Advance!

Viewing 1 replies (of 1 total)
  • Hi nachomendez,

    Please, go to the option Appearance->customize->Additional CSS and paste the CSS code below:

    .tg-slider-widget.slider-light .caption-title,.tg-slider-widget.slider-light .caption-desc{
    text-shadow: none;
    }

    Regards!
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Drop Shadow on Slider Text?’ is closed to new replies.