Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241000
    ajthereal
    Participant

    Hi, i want to add shadows to text element such as Heading1 and other Headings or even the text body.

    http://www.legrandlegacy.com/story

    How would I do that?

    I’ve found a CSS3 generator http://css3gen.com/text-shadow/

    but I’m at a loss on where to put the code.

    Thank you

    #1241143
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .shadow-text {
        text-shadow: 4px 4px 2px rgba(232, 131, 126, 1);
    }

    After that add the shadow-text CSS class to your h5 tag:

    <h4 class="shadow-text">...</h5>

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1241000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>