TOMweb Posted November 6, 2020 Posted November 6, 2020 Hi! I am trying to use the north-east arrow symbol in a text block ( ↗ ) and it works fine on my desktop but as soon as I use any iOS device (iPhone, iPad), it turns into some emoji ( ↗️ ). Is there a way to force text for this symbol? Thank you for your help!
tuanphan Posted November 11, 2020 Posted November 11, 2020 Can you share site url? I think you can use Squarespace Font Icon to achieve this. 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!)
TOMweb Posted November 11, 2020 Author Posted November 11, 2020 (edited) https://endive-denim-89ds.squarespace.com/ The problem appears on the footer, the symbols are next to the Social Media "Instagram, Facebook" etc Edited November 14, 2020 by TOMweb
TimoBluntt Posted February 10, 2023 Posted February 10, 2023 Has anyone ever found a solution for this? I'm facing exactly, the same problem. https://kloosterstraat23.squarespace.com. Desktop seems fine, iPad and iPhone look awful. @tuanphan@TOMweb
tuanphan Posted February 10, 2023 Posted February 10, 2023 7 hours ago, TimoBluntt said: Has anyone ever found a solution for this? I'm facing exactly, the same problem. https://kloosterstraat23.squarespace.com. Desktop seems fine, iPad and iPhone look awful. @tuanphan@TOMweb You can choose an icon here, then we can give code to replace text block arrow symbol with icon there. This will work on all devices https://fontawesome.com/icons/categories/arrows (choose free version only) 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!)
TimoBluntt Posted February 10, 2023 Posted February 10, 2023 Thanks so much for getting back on this! Much appreciated. We'll probably go with this one. https://fontawesome.com/icons/location-arrow?s=solid
tuanphan Posted February 11, 2023 Posted February 11, 2023 18 hours ago, TimoBluntt said: Thanks so much for getting back on this! Much appreciated. We'll probably go with this one. https://fontawesome.com/icons/location-arrow?s=solid Add to Settings > Advanced > Code Injection > Header <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous"> <style> div#block-280e6688c5968d09a8cd a:after { content: "\f124"; font-family: "Font Awesome 5 Free"; } </style> If it doesn't work, please keep the code, we can check easier 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!)
paula_ Posted December 12, 2023 Posted December 12, 2023 (edited) Because I was only using the arrow symbol on paragraphs, I was able to prevent this by adding this to the custom CSS. No need to have an advanced code injection to do so, which is great if you are on the personal pricing plan. You'll need to replace the family font with the one you are using on your site and the component/s you are using the arrow in. But it works... p > a{ font-family: 'Helvetica Neue', system-ui; } Edited December 12, 2023 by paula_ tuanphan and sprintwebsites 1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment