Jump to content

humxahafeex

Circle Member
  • Posts

    189
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by humxahafeex

  1. Hi , Will you please share website link so we can guide you in a better way.
  2. Hi , Please do try the following code, Hope it works: .sqsrte-small { line-height:1em !important; } Just try to play where it says 1em , try 1.2em , 0.8em etc.
  3. Hi You can Fix it Simply by adding the following code in Design>Custom CSS .header .header-nav-wrapper a { font-family: inherit !important; } Hope it helps , Mark it as Solved if it fix the issue.
  4. Hi, It's 100% possible to add without SERVER SIDE CODING ,it might take a bit time to get it done but it's 100% possible.
  5. Hi Unfotunatley No ,But Good News I am working on it to devlop some tool by which you can change the style of Invoice and make it as per your brand colors and stuff. Hope fully I will release it in summers 🙂
  6. Hi , You can create it on your own without plugin but it requires little knowledge of css , please visit the following link for more info. https://www.w3schools.com/w3css/w3css_tabulators.asp Hope it helps 🙂
  7. Hi , It appears to be correct color(white) on mobile as well, I think you have manage to fix it.
  8. Hi , Yes you can by using following services: -localize.js -bablic.com both of them are paid services , If you don't want to pay them then only coding solution will work 🙂
  9. Hi I just edited the Code Please use that one 🙂
  10. Hi @Donald_P Please use the following code in DESIGN>CUSTOM CSS. .summary-product-status>.product-mark { background-color: #f00 !important; line-height: 3em !Important; text-align: center !Important; border-radius: 50% !important; width: 45px !important; height: 45px !Important; } .sqs-product-quick-view-button-wrapper>.sqs-product-quick-view-button { background-color: #f00 !important; width: 75px !Important; height: 75px !important; padding: 0.8em !Important; line-height: 2.2em !important; text-align: center; border-radius: 50% !important; } It will do the Job , Please do mark it as solved if it works 🙂
  11. Hi , At the moment they don't have such integration with squarespace , only solution is to wait or switch the shop to some other platform.
  12. Hi , Eavn you do it with css but I recommend you to just hide the footer on your home page and put the contact under the buttons you created this way you can get the desired look you want. to hide footer on home page just add code block on homepage and type in the following code in it. <style> footer{ display:none !important; } </style> Hope it helps 🙂
  13. Hi , I see you are using font awesome 5 verison , meanwhile code provided here was for fontawesome 3 , Please do the following: Replace first line of code with the following line : <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/fontawesome.min.css" integrity="sha512-8jdwayz5n8F2cnW26l9vpV6+yGOcRAqz6HTu+DQ3FtVIAts2gTdlFZOGpYhvBMXkWEgxPN3Y22UWyZXuDowNLA==" crossorigin="anonymous" /> It will gonna fix the issue for you 🙂
  14. Hi , Will you please show your code , where you made edits so I can look in to it 🙂
  15. Glad it worked , Please do share your website link so I can provide you with the code 🙂
  16. Hi , It's quite easy , Wil you please share your website Link so We can provide you with the code 🙂
  17. Oh I though you was talking about the auto filling of Cart form , Unfortunatley This can't be done in any way possible as Squaresapce manages this functionality , But as work around you can add a anoucment banner on top in which you can direct customer to avoid using the auto adderss seletcor etc 🙂
  18. Hi , It's Easy , Simply copy the code below and paste in Settings>Advance>Code Injection and paste it in Header: <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script> $(document).ready(function(){ $( document ).on( 'focus', ':input', function(){ $( this ).attr( 'autocomplete', 'off' ); }); }); </script> Please Have a look and let me know if it works 🙂
  19. Hi , Been Busy for a while , Sure here you Go Hope it helps 🙂 <div class="sqs-svg-icon--outer social-icon-alignment-center social-icons-color-white social-icons-size-small social-icons-style-regular "> <nav class="sqs-svg-icon--list"> <a href="YOUR FACEBOOK LINK" target="_blank" class="sqs-svg-icon--wrapper facebook-unauth"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#facebook-unauth-icon"></use> <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#facebook-unauth-mask"></use> </svg> </div> </a><a href="YOUR INSTA LINK" target="_blank" class="sqs-svg-icon--wrapper instagram-unauth"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#instagram-unauth-icon"></use> <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#instagram-unauth-mask"></use> </svg> </div> </a><a href="YOUR TWITTER LINK" target="_blank" class="sqs-svg-icon--wrapper twitter-unauth"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#twitter-unauth-icon"></use> <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#twitter-unauth-mask"></use> </svg> </div> </a><a href="YOUR YOUTUBE LINK" target="_blank" class="sqs-svg-icon--wrapper youtube-unauth"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#youtube-unauth-icon"></use> <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#youtube-unauth-mask"></use> </svg> </div> </a><a href="YOUR MAILING ADDRESS" target="_blank" class="sqs-svg-icon--wrapper email"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#email-icon"></use> <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#email-mask"></use> </svg> </div> </a> </nav> </div>
  20. Hi , Glad It Helped 🙂 Please do Mark it as Solved so It will help others as well 🙂
  21. Please share your website link also the code you are using 🙂
  22. Hi , Please Share your website link so I can provide you with some code to fix this issue 🙂
  23. Hi , Do you want spacing between first and second line of product title?
  24. Hi , You can Simply Fix it by adding the following code in HOME>DESIGN>CUSTOM CSS .page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.section-height--custom)>.content-wrapper { padding-top: 0px !important; } Hope it helps and fix the issue 🙂
×
×
  • 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.