Tagged: x Author Posts November 2, 2016 at 11:17 am #1241000 ajtherealParticipant 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 November 2, 2016 at 12:38 pm #1241143 ThaiModerator 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 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1241000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In