cundzis Posted July 11, 2019 Posted July 11, 2019 For only the first banner on this site I'm trying to put a white glow behind the text so it shows over the image. I've sort of figured out the CSS code (below) for the effect I want on the heading but I'm not sure exactly how to apply this to only the body on this banner without making it show up on all of them. h1 { color: #FFFFFF; text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFFFFF 0px 0px 20px, #FFFFFF 0px 0px 30px, #FFFFFF 0px 0px 40px, #FFFFFF 0px 0px 50px, #FFFFFF 0px 0px 75px; }
tuanphan Posted July 11, 2019 Posted July 11, 2019 @cundzis Can you share site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cundzis Posted July 12, 2019 Author Posted July 12, 2019 It's hyperlinked in the original post as well. https://pbafs.squarespace.com
tuanphan Posted July 18, 2019 Posted July 18, 2019 Sorry, no notifications sent to my email. Have you resolved yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cundzis Posted July 22, 2019 Author Posted July 22, 2019 I resolved half of the issue by adding a custom header through the Design custom CSS box, then applying in a code box, however it only works in preview mode. I'm trying to figure out what the issue is there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.