Tagged: enfold
-
AuthorPosts
-
January 10, 2021 at 11:26 pm #1271399
I have two questions:
I’ve got custom css to add a drop shadow to the header text#drop-shadow h1.av-special-heading-tag {
text-shadow: 2px 4px #000;
}
but I’m not seeing a drop shadow for my special heading text. How do I also include a drop shadow on the subheading text too?

2) I used the same h1 header for the party pack page but the text appears differently than the other pages
January 11, 2021 at 1:50 am #1271403Hey Andrew,
Add this to quick css:
#drop-shadow h1.av-special-heading-tag .av-subheading p{ text-shadow: 2px 4px #000; }Best regards,
Jordan ShannonJanuary 16, 2021 at 12:46 am #1272838Hi Jordan
I dropped your code under the h1 heading code that I already had and I didn’t see a difference in the subheadingh1.av-rotator-container-inner, h1.av-special-heading-tag, h1.av-special-heading-tag {text-shadow: 1px 1px 5px #000000 !important; }
#drop-shadow h1.av-special-heading-tag .av-subheading p{
text-shadow: 2px 4px #000;
}January 17, 2021 at 1:30 am #1272983Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonJanuary 17, 2021 at 4:54 am #1272997#drop-shadow h1.av-special-heading-tag .av-subheading p{ text-shadow: 2px 4px #000; } h1.av-rotator-container-inner, h1.av-special-heading-tag, h1.av-special-heading-tag {text-shadow: 1px 1px 5px #000000 !important; }That didn’t make a difference, the sub heading still doesn’t have a drop shadow
January 18, 2021 at 5:19 pm #1273386Hi prospanicatc,
The shadow will not improve text readability in this case, you need to give the container with text some background with a little opacity.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
