Jump to content

SSchulze

Circle Member
  • Posts

    35
  • Joined

  • Last visited

Reputation Activity

  1. Like
    SSchulze got a reaction from PerennialKitchen in Multiple Instagram Accounts on Page   
    Site URL: https://www.cellerantconsulting.com/
    Hello,
    Our company has two separate Instagram accounts that we want to add to one section of our home page.  I have one added (at the bottom of the home page)  however when I go to add the other account (both have separate logins) it logs the other one out. 
    How can we have both showing on one page?
    Thank you,
    Stephanie
  2. Like
    SSchulze got a reaction from ShortAngryViking in Multiple Instagram Accounts on Page   
    Site URL: https://www.cellerantconsulting.com/
    Hello,
    Our company has two separate Instagram accounts that we want to add to one section of our home page.  I have one added (at the bottom of the home page)  however when I go to add the other account (both have separate logins) it logs the other one out. 
    How can we have both showing on one page?
    Thank you,
    Stephanie
  3. Love
    SSchulze got a reaction from IXStudio in How to Make a Navigation Menu Static   
    Works great! Thank you!!!
  4. Like
    SSchulze reacted to IXStudio in How to Make a Navigation Menu Static   
    Hi,
    Use this code in Design -> Custom CSS
    @media screen and (min-width:992px){ div#page-header { position: fixed; top: 28px; z-index: 999999; background: white; width: 100%; } .language { position: fixed; top: 0; background: white; z-index: 99999; width: 100%; } body>div[style="text-align: right;"] { position: fixed; top: 0; background: white; z-index: 99999; width: fit-content; right: 0; } } Please use the like button if it helps you!
    Best,
    Leopold
  5. Like
    SSchulze reacted to paul2009 in Review and Purchase - Make Customer Account Creation Mandatory   
    No, this isn't possible. The option appears on the checkout page, which is an area that we cannot change. This is because Squarespace block us code on this page, to protect the payment process. 
    I get asked this question a lot, so here's the more detailed answer.
    We like to know if our posts help. Please consider clicking a 'Like' or 'Thanks' icon below  ⬇️
  6. Like
    SSchulze reacted to tuanphan in Remove banner on Shopping Cart Page   
    Use this CSS
    div#sqs-cart-container { padding-bottom: 40px; }  
  7. Like
    SSchulze got a reaction from tuanphan in Remove banner on Shopping Cart Page   
    Works fantastic! You guys are the best.  Just one more question.  How can I add white space below where it says "continue shopping" and the footer in purple?
  8. Thanks
    SSchulze got a reaction from creedon in Remove banner on Shopping Cart Page   
    Works fantastic! You guys are the best.  Just one more question.  How can I add white space below where it says "continue shopping" and the footer in purple?
  9. Like
    SSchulze reacted to creedon in Checkout form modification   
    That is essentially correct.
    Just a note. The checkout page is more amenable to customization.
  10. Like
    SSchulze got a reaction from tuanphan in Remove or suppress background image/watermark on one page in Squarespace   
    Thank you so much!  This worked perfectly 🙂
    Stephanie
  11. Like
    SSchulze reacted to tuanphan in Remove or suppress background image/watermark on one page in Squarespace   
    Add to Design > Custom CSS
    /* remove watermark image on All products page */ body#collection-61d5e74a0624cf731a841abf div#page-body { background-image: none !important; }  
  12. Like
    SSchulze got a reaction from Beyondspace in Underline Page Title Word(s)   
    This worked great!!!!
  13. Like
    SSchulze reacted to Beyondspace in Underline Page Title Word(s)   
    My testing result

  14. Like
    SSchulze reacted to Beyondspace in Underline Page Title Word(s)   
    You can add to Home > Settings > Advanced > Code Injection, choose the footer
    <script> (function(){ /*separate Go Away title*/ document.addEventListener('DOMContentLoaded',()=>{ const pageTitle = document.querySelector('#page-title'); const titleWords = pageTitle.textContent.split(' '); const strongWord = titleWords.slice(titleWords.length - 2).join(' '); const normWord = titleWords.slice(0, titleWords.length - 2).join(' '); const htmlPageTitle = `<span class="normal-title">${normWord}</span> <span class="strong-title">${strongWord}</span>`; pageTitle.innerHTML=htmlPageTitle; }); })(); </script> <style> /*style for Go Away title*/ #page-title .strong-title { text-decoration: underline; } </style> Let me know how it works on your site
    Support me by pressing 👍 if this useful for you
  15. Like
    SSchulze reacted to tuanphan in How to Resolve "Not Secure" on website URL   
    Hi. Follow this https://support.squarespace.com/hc/en-us/articles/205815898-Understanding-SSL-certificates
×
×
  • 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.