Jump to content

tuanphan

Circle Member
  • Posts

    66,987
  • Joined

  • Last visited

  • Days Won

    537

Everything posted by tuanphan

  1. You mean: contact ingrid button? add to Home > Design > Custom CSS /* Only mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1573795087718_21644 a[href="/contact"] { background: red; color: green !important; } }
  2. @JacquiNZ Please setup password & share url again. If you dont know how to, see my signature. If you know a bit of HTMl/CSS > Right click on button > Inspect Element > You will see class=...sqs-button-element.." and look a little above you will see id="block-yui..." use CSS: #block-yui.. .sqs-button-element {} to target for that button.
  3. Solved. Assign a tag "winerclub" for 2 products, then use CSS body#collection-5d660a88abd7d20001f847a2 .tag-winerclub { display: none; }
  4. I guess you can use custom code to hide specific products. Can you share link to product page, and which items need to hide?
  5. adding to home > design > Custom css @media screen and (max-width:640px) { div#page-5dcf55f2dbcb26298020e9e3>.row>.col.span-4 { width: 50% !important; float: left !important; } }
  6. Difficult! try adding this code to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5dcd77fca638e247e615eda1>.row:last-child .col>.row:nth-child(2) { flex-direction: column-reverse; display: flex; } }
  7. https://beaverhero.com/squarespace-how-to/#How_to_Setup_Password_Share_Site_URL
  8. add to home . design > custom css @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1574650801071_27034 h3 { font-size: 500px; } }
  9. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* award wining */ div#block-3096ed603e34550f7e67 h1 { font-size: 30px; } /* creative */ div#block-yui_3_17_2_2_1459877102385_15224 * { font-size: 20px; } /* volunteer */ div#block-56e1f5499f7266cdffeb416f * { font-size: 30px; } }
  10. https://beaverhero.com/squarespace-how-to/#How_to_Setup_Password_Share_Site_URL
  11. Can you share link to your site & which font need to reduce font size?
  12. add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Vs image */ div#block-yui_3_17_2_1_1572590735418_579302 .image-inset { max-width: 50%; height: auto; margin: 0 auto; } /* last 3 image blocks */ div#block-yui_3_17_2_1_1572590735418_579302 ~ .sqs-block-image .image-inset { max-width: 50%; height: auto; margin: 0 auto; } }
  13. You can use CSS query max-width for only image If you share link to your site, i can take a look.
  14. There has Thanks button (hand icon on right)...😎
  15. add to home > Design > Custom css h1.blog-title a { line-height: 20px; } h1.blog-title { margin-bottom: 0 !important; }
  16. add to home > design > custom css .ProductList-filter-list-item:first-child { display: none !important; }
  17. @stellaehabib try adding this code to home > design > custom css header.Header.Header--top { position: absolute; top: 0; left: 0; right: 0; z-index: 999; background: transparent; } header.Header.Header--bottom.Header--overlay { position: absolute; top: 180px; left: 0; right: 0; z-index: 999; }
×
×
  • 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.