ferniebiggie Posted May 10 Share Posted May 10 Hello, I'm trying to apply a gradient to some scaled text but having no luck. I can do it for regular text (h1, h2, p, etc) by using the following CSS snippet, but it doesn't work for the scaled text. It just disappears. Can you help? #block { background-image: -webkit-linear-gradient(135deg,#FF512F,#FF0076); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } Link to comment
tuanphan Posted May 11 Share Posted May 11 Hi, Can you share link to page where you use text? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ferniebiggie Posted May 11 Author Share Posted May 11 (edited) 2 hours ago, tuanphan said: Hi, Can you share link to page where you use text? We can check easier Sure. It’s https://www.lubbockpride.org/test-page. The text title at the very top is the one I’m trying to gradient. You can see other examples of gradient text in the same page, just not scaled. Edited May 11 by ferniebiggie Clarification Link to comment
Solution tuanphan Posted May 14 Solution Share Posted May 14 On 5/11/2023 at 10:31 PM, ferniebiggie said: Sure. It’s https://www.lubbockpride.org/test-page. The text title at the very top is the one I’m trying to gradient. You can see other examples of gradient text in the same page, just not scaled. Add to Design > Custom CSS span.sqsrte-scaled-text span { background: linear-gradient(to right, #30CFD0 0%, #330867 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ferniebiggie Posted May 17 Author Share Posted May 17 On 5/13/2023 at 10:51 PM, tuanphan said: Add to Design > Custom CSS span.sqsrte-scaled-text span { background: linear-gradient(to right, #30CFD0 0%, #330867 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } Thank you so much!!! 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