d_h_ Posted November 13, 2022 Share Posted November 13, 2022 Hi, does anyone know how to add shadow to a text block? I want to make the white text easier to read on the banner on this page: www.peacepaintingcenter.org. I believe adding a shadow behind the white text would help with accessibility. Does anyone know how I can do this in CSS? Thanks! Link to comment
Jia Posted November 14, 2022 Share Posted November 14, 2022 13 hours ago, d_h_ said: Hi, does anyone know how to add shadow to a text block? I want to make the white text easier to read on the banner on this page: www.peacepaintingcenter.org. I believe adding a shadow behind the white text would help with accessibility. Does anyone know how I can do this in CSS? Thanks! Hi, try adding this code to custom css (design > custom css): #block-yui_3_17_2_1_1611930870086_6026 { text-shadow: 2px 2px 4px #000000; } Let me know how it goes 🙂 Please give this a 👍 if it helps www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment