Jump to content

Quote block text missing in certain browsers

Recommended Posts

Site URL: https://tmforwomen.squarespace.com/

Hello, I have used the following code to change my quote block text colour to a gradient:

.quote-block {
background: -webkit-linear-gradient(45deg, #ff5797, #fdc346);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

It works great when viewed in chrome, however when I opened safari, I noticed the quote block text was completely missing. See screenshots. Please help and thank you.

Site access https://tmforwomen.squarespace.com/ pw: tmaus

Screen Shot 2021-10-09 at 8.41.42 am.png

Screen Shot 2021-10-09 at 8.42.01 am.png

Link to comment
  • Replies 2
  • Views 227
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Try this new code

.quote-block {
background: -o-linear-gradient(45deg, #ff5797, #fdc346);
background: linear-gradient(45deg, #ff5797, #fdc346);
background: -webkit-linear-gradient(45deg, #ff5797, #fdc346);
-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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.