Jump to content

Goood_Studio

Circle Member
  • Posts

    47
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Goood_Studio reacted to tuanphan in Navigation hover in Squarespace 7.1   
    /* Nav item hover color - underline */ .header-nav-item a:hover { color: violet; } Reference (nav hover color code for all templates 7.0 & 7.1): https://beaverhero.com/squarespace-navigation-links/
  2. Like
    Goood_Studio reacted to Ziggy in Custom CSS code on plans   
    Correct. You do not need to upgrade to the business plan to add Custom CSS. 
  3. Like
    Goood_Studio reacted to Ziggy in Custom CSS code on plans   
    Yes, that's spot on. CSS is always available, code injection and code blocks (though you can use markdowns) are only in Business and higher. On the old old personal plan you could use code injection and CSS but you were limited to ~20 pages. 
  4. Love
    Goood_Studio reacted to tuanphan in Monospace custom font   
    Use this
    pre code { font-family: futura,sans-serif !important; font-size: 15px !important; } pre { line-height: 15px !important; }  
  5. Like
    Goood_Studio got a reaction from tuanphan in Show adjacent items for Auto-layout carousel on mobile   
    Hi. Sorry if it's too late but I use a code someone else wrote to move the button over the image and hide it:
     
    /* Make list images on people clickable */ section[data-section-id="ADD YOUR OWN"] li.list-item { position: relative !important; } section[data-section-id="ADD YOUR OWN"] .list-item-content__button-container { position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; } section[data-section-id="ADD YOUR OWN"] a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; }  
  6. Thanks
    Goood_Studio reacted to RolandFuseHub in Simple. Horizontal. Scroll   
    We are working on it but not that easy….
  7. Like
    Goood_Studio got a reaction from tuanphan in Add sticky text block with fluid engine   
    Thanks but I decided to just use the header button and have it fixed and hide the logo on scroll
  8. Like
    Goood_Studio got a reaction from tuanphan in Show adjacent items for Auto-layout carousel on mobile   
    For anyone that is interested.. 
    Here's what worked for me. Code was pasted in the  site Header:
     
    <style>
      @media screen and (max-width:767px) {
      .user-items-list-item-container[data-section-id="639c679e8b229b37d4607eed"] ul {
        grid-template-columns: repeat(2,1fr) !Important; margin-left:29% !important;
    }
      }
    </style>
     
    Thanks @nickehsmith for the missing bit
  9. Love
    Goood_Studio got a reaction from nickehsmith in Show adjacent items for Auto-layout carousel on mobile   
    Hi
    Anyone know how to show adjacent items for carousel on mobile view?
    I've used Will Meyers code to show more than one item
    Here's what I was thinking:

     
    Thanks!
×
×
  • 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.