[Resolved] How to add shadow to elements text

Home Forums Support [Resolved] How to add shadow to elements text

Home Forums Support How to add shadow to elements text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1187705
    Daniel

    Hi guys, I searched for a few previous threads about this, I tried several different codes but none of them really worked for me.

    I did manage to add shadow to my H1 text inside the hero elements but none of the codes worked on the actual paragraph.

    How do I do this?

    #1187799
    David
    Staff
    Customer Support

    Hi there,

    your current CSS is being applied, its just the shadow effect is too fine to be noticed.
    If you adjust it slightly like so you will see it:

    .hero-text {
        font-size: 22px;
        text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.6);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.