Content Slider Text Shadow

Hello,
I am having issues adding text-shadow to my text in the Content Slider. I have the text-shadow marked “yes” in the settings and I also followed the instructions from this post on how to add CSS to customizer but I still cannot get the text-shadow options to work:

Here is the style settings I placed in the customizer - it shows up in customizer but when I publish it goes away:

.fl-content-slider .fl-slide .fl-slide-content .fl-slide-title,
.fl-content-slider .fl-slide .fl-slide-content .fl-slide-text {
text-shadow: 0 4px rgba(0,0,3,.9); !important;
}

Any help would be appreciated. Thank you!

Never mind. I was placing my css in the wrong area. It’s working now.

1 Like