Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1127747

    On some of my special heading elements I added the Custom Css Class named “shadow” and than added the below css in hopes of adding a dropshadow but it does not seem to work.

    #shadow .av-special-heading-tag {
    text-shadow: 0px 0px 5px black !important;
    }
    #1127757

    Hey goldiejake123,

    I’m not seeing a shadow class on any of them. Is there a specific text I could look at?

    Best regards,
    Jordan Shannon

    #1128041

    Yes, the text “About Brad” in the first section.

    #1128177

    Hi,

    shadow is a class and you are targeting an ID, please try this instead:

    .shadow .av-special-heading-tag {
      text-shadow: 0px 0px 5px black !important;
    }

    Best regards,
    Rikard

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