Venera Posted August 10, 2022 Share Posted August 10, 2022 Site URL: https://heptagon-brass-6xej.squarespace.com/ Hi guys! I have not found an answer anywhere how to change the standard mail icon and also add my own icons instead of link icon. How do I change this? Does anyone have a code? https://heptagon-brass-6xej.squarespace.com/ pw - hello Link to comment
Beyondspace Posted August 10, 2022 Share Posted August 10, 2022 3 hours ago, Venera said: Site URL: https://heptagon-brass-6xej.squarespace.com/ Hi guys! I have not found an answer anywhere how to change the standard mail icon and also add my own icons instead of link icon. How do I change this? Does anyone have a code? https://heptagon-brass-6xej.squarespace.com/ pw - hello Try adding to Home > Design > Custom Css .sqs-svg-icon--wrapper[href*='foundation'] svg{ visibility: hidden } .sqs-svg-icon--wrapper[href*='foundation']:after { content: ''; width: 100%; height: 100%; display: block; background-image: url('https://api.iconify.design/akar-icons/tiktok-fill.svg?color=white'); background-repeat: no-repeat; background-position:center center; background-size: contain; } Change the link to your image of social icon Let me know how it works on your site Venera 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Venera Posted August 11, 2022 Author Share Posted August 11, 2022 (edited) 18 hours ago, bangank36 said: Try adding to Home > Design > Custom Css .sqs-svg-icon--wrapper[href*='foundation'] svg{ visibility: hidden } .sqs-svg-icon--wrapper[href*='foundation']:after { content: ''; width: 100%; height: 100%; display: block; background-image: url('https://api.iconify.design/akar-icons/tiktok-fill.svg?color=white'); background-repeat: no-repeat; background-position:center center; background-size: contain; } Change the link to your image of social icon Let me know how it works on your site Thank you! It works! How to do the same with mail icon - replace one envelope with another? Edited August 11, 2022 by Venera Link to comment
Venera Posted August 11, 2022 Author Share Posted August 11, 2022 15 minutes ago, Venera said: Thank you! It works! How to do the same with mail icon - replace one envelope with another? I just replaced the word with "mail" and it worked! Thank you very much! Link to comment
Venera Posted August 11, 2022 Author Share Posted August 11, 2022 Now the basics logo looks very small in a square space. How can I enlarge the logo and not fit it into a square, but fit it into a rectangle so that it looks a little bigger? Link to comment
tuanphan Posted August 11, 2022 Share Posted August 11, 2022 1 hour ago, Venera said: Now the basics logo looks very small in a square space. How can I enlarge the logo and not fit it into a square, but fit it into a rectangle so that it looks a little bigger? Try this code .sqs-svg-icon--wrapper { overflow: visible; } .sqs-svg-icon--wrapper[href*='foundation']:after { transform: scale(1.5); } Venera 1 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
Venera Posted August 11, 2022 Author Share Posted August 11, 2022 9 minutes ago, tuanphan said: Try this code .sqs-svg-icon--wrapper { overflow: visible; } .sqs-svg-icon--wrapper[href*='foundation']:after { transform: scale(1.5); } Perfect! Thank you so much! tuanphan 1 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