Tagged: drop shadow, special heading, text
I am trying to add a drop shadow to some text in a Special Heading element.
I have tried the following solution which was mentioned in a previous post but it does not seem to work for me.
Added CSS class of “drop-shadow” to Custom CSS Class in the Special Heading dialogue box.
I then added the following CSS to the QuickStyling under General Styling for the theme:
#drop-shadow .av-special-heading-tag {
text-shadow: 0px 0px 5px black !important;
}
Any help is appreciated.
Hey themeforesttony!
Please change your code to following one
.drop-shadow .av-special-heading-tag {
text-shadow: 0px 0px 5px black !important;
}
If that does not help, i could not find your element on your page, can you please point it out?
Best regards,
Yigit
That worked thanks.