Jump to content

IXStudio

Circle Member
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by IXStudio

  1. Use this code @Ellavator Just change the ID with target parallax section ID. .Parallax-item[data-parallax-id="5f4d20aef1e66322e30a7c80"] figure.Index-page-image.loaded { transform: none !important; bottom: 0 !important; } .Parallax-item[data-parallax-id="5f4d20aef1e66322e30a7c80"] { transform: none !important; position: absolute !important; } .Parallax-item[data-parallax-id="5f4d20aef1e66322e30a7c80"] figure.Index-page-image img { bottom: 0% !important; top: -50% !important; } Please use the like button if it helps you! Best, Leopold
  2. Hi, Use this article to make multi-language website. It has written by @tuanphan https://beaverhero.com/squarespace-2-languages/ Please use the like button if it helps you! Best, Leopold
  3. This code works for all of your index pages. If you got a problem on that let me know to check it please. Please use the like button if it helps you! Best, Leopold
  4. Hi @Zurra Use this code in Design -> Custom CSS .tweak-product-item-details-show-price .ProductItem-details .product-price { margin-bottom: 20px !important; /* change it - default: 30px */ } .tweak-product-item-details-show-title .ProductItem-details h1.ProductItem-details-title { margin-bottom: 20px !important; /* change it - default: 30px */ } Please use the like button if it helps you! Best, Leopold
  5. Hi @Ellavator Use this code in Design -> Custom CSS figure.Index-page-image.loaded { transform: none !important; } .Parallax-item { transform: none !important; position: absolute !important; } Please use the like button if it helps you! Best, Leopold
  6. Hi Use this code in Design -> Custom CSS .newsletter-block .newsletter-form-button { max-height: 50px !important; } Please use the like button if it helps you! Best, Leopold
  7. Please check your website. I think it's finished in just 1 min! 🙂 If it's Ok remove admin permission. Please use the like button if it helps you! Best, Leopold
  8. Hi, Please take a screenshot of your problem. Best, Leopold
  9. You're welcome. Not matter which template you are using. Just need to be sure you are on the business plan. Please let me know if you want to do on admin checking. Please use the like button if it helps you! Best, Leopold
  10. Hi @MakingWaves, Please share your website URL. Best, Leopold
  11. Please duplicate your website and make me admin collaborator to check on your website if you want. ixstudio[dot]net[at]gmail[dot]com Please use the like button if it helps you! Best, Leopold
  12. You're welcome. 1. Insert the CSS code in Design -> Custom CSS and JS Code in Settings -> Advanced -> Footer Code Injection 2. Create HTML code block from your page editor box. and Insert HTML code there. Please use the like button if it helps you! Best, Leopold
  13. Hi, What is the password of your website? Best, Leopold
  14. Hi, 1. Just use this Codepen in a code block to change to cursor. 2. Try to make three cols with native Squarespace instead of coding. Please use the like button if it helps you! Best, Leopold
  15. Hi Use this code in Design -> Custom CSS @media screen and (max-width:767px){ .header-menu-nav-folder { transform: none; min-height: 130px !important; height: 100vw; } .header-menu-controls.container.header-menu-nav-item:first-child { display: none; } .header-menu-nav-folder-content { height: 100vw; margin-top: -100px; } .header-menu-nav-item-content { margin-top: 100vw; } .header--menu-open .header-menu .header-menu-cta { position: absolute; bottom: 10px; width: 100%; } nav.header-menu-nav-list { height: 100vw; } .header-menu-nav-folder[data-folder="root"] { height: 100vh; } .header-menu-nav-item:last-child {margin-top: 10px;line-height: 60px !important;} .header-menu .header-menu-nav a[data-folder-id="/free-resources"] { display: none; } .header--menu-open .header-menu .header-menu-nav-list { height: 100vw; } .container.header-menu-nav-item.header-menu-nav-item--collection:last-child { margin-top: 300px; } .header--menu-open.tweak-transparent-header .header-menu .header-menu-nav a { line-height: 60px; } } Please use the like button if it helps you! Best, Leopold
  16. Hi @VRajic Please use this free plugin You can customize it to any design you think without coding. Just check this youtube video at 3:03 Please use the like button if it helps you! Best, Leopold
  17. Please contact me via Skype: LeopoldJobs I can check it via collaboration. Please use the like button if it helps you! Best, Leopold
  18. Hi @TAYRYNLDS Please share your website URL with screenshot of your needs. Best, Leopold
  19. Hi, What's the password of the website? Best, Leopold
  20. Hi, Please let me know What's your problem? @TAYRYNLDS Best, Leopold
  21. @Jimi Please contact me via Skype: LeopoldJobs I'll check it for you. Please use the like button if it helps you! Best, Leopold
  22. Hi Use this code in Design -> Custom CSS .Loader { position: fixed; top: 0; left: -100%; width: 100%; height: 1440px; z-index: 9999; background-color: transparent; -webkit-transition: background-color .3s ease-out,transform 0s .3s linear; -moz-transition: background-color .3s ease-out,transform 0s .3s linear; -ms-transition: background-color .3s ease-out,transform 0s .3s linear; -o-transition: background-color .3s ease-out,transform 0s .3s linear; transition: background-color .3s ease-out,transform 0s .3s linear; display: none }[data-mercury-loading] .Loader { background-color: rgba(255,255,255,.22); -webkit-transition: transform .3s cubic-bezier(0,0,0,.618); -moz-transition: transform .3s cubic-bezier(0,0,0,.618); -ms-transition: transform .3s cubic-bezier(0,0,0,.618); -o-transition: transform .3s cubic-bezier(0,0,0,.618); transition: transform .3s cubic-bezier(0,0,0,.618); -webkit-transform: translatex(60%); -moz-transform: translatex(60%); -ms-transform: translatex(60%); -o-transform: translatex(60%); transform: translatex(60%) }[data-mercury-loading='done'] .Loader { -webkit-transform: translatex(100%); -moz-transform: translatex(100%); -ms-transform: translatex(100%); -o-transform: translatex(100%); transform: translatex(100%) } .tweak-site-ajax-loading-enable.tweak-site-ajax-loading-bar-show .Loader { display: block } Please use the like button if it helps you! Best, Leopold
  23. Hi @Jimi Yes, You can get this details via Inspect Element of your browser. Then target the body tag. You see ID and so huge! Class list there. Btw classes you can find collection also quick way is the ID of Body. Please use the like button if it helps you! Best, Leopold
  24. Hi @Jimi You can find it from Body Class and Body ID. Please use the like button if it helps you! Best, Leopold
  25. Hi, Which button you want to modify it? Please take a screenshot. Best, Leopold
×
×
  • 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.