Jump to content

tuanphan

Circle Member
  • Posts

    63,866
  • Joined

  • Last visited

  • Days Won

    511

Everything posted by tuanphan

  1. I don't know this but you can consider changing text background when hover, if you want this, we can give new code
  2. You can use this CSS code (Website Tools > Custom CSS) div.form-block textarea, div.form-block textarea::placeholder { color: white !important; }
  3. Hi, What is your site url? We can check problem easier
  4. You can add this code to Website Tools (under Not Linked) > Custom CSS /* Move button under image */ .user-items-list-item-container[data-section-id="653983e62ed3f805d5de8ac2"] { .list-item-content__button-wrapper { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } li.list-item { position: relative; padding-bottom: 100px; }}
  5. You mean burger icon size or burger menu items? With burger icon, you can add this to Website Tools (under Not Linked) > Custom CSS div.burger-inner>div { width: 70% !important; }
  6. Add to Website Tools (under Not Linked) > Custom CSS a.header-nav-folder-title:after { content: "\e009"; font-family: 'squarespace-ui-font'; position: relative; top: 2px; }
  7. /config is url for site owner, if you open page in edit mode >> Look at top right or top left > There is an arrow > Click on it > real url will appear on browser address bar.
  8. I'm not familiar with Ajax. You try posting a new thread, maybe someone notice the post and will help.
  9. The order looks fine. Can you take a screenshot & Describe it a bit clearly?
  10. Just add this code to Website Tools (under Not Linked) > Custom CSS. The code will make images better on mobile @media screen and (max-width:767px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 25vh !Important; } }
  11. This is not possible with Gallery Block Carousel, you can consider another approach (I used to use code to extract alt text to caption, but the position of text will be a mess.)
  12. You mean change this to Sold out? You can add this to Website Tools (under Not Linked) > Custom CSS div#block-yui_3_17_2_1_1695745135102_2127 { .sqs-add-to-cart-button-inner { font-size: 0; } .sqs-add-to-cart-button-inner:before { content: "Sold Out"; font-size: 14px; white-space: nowrap; position: relative; top: 2px; }}
  13. Yes. We can use custom code to achieve this. Can you share link to page where you use summary?
  14. Remove your code & use this new code /* change header logo */ header#header img { content: url(https://www.dataterminus.com/s/bold-wb-cropped.svg); } /* change header logo when burger menu is open */ body.header--menu-open header#header img { content: url(add new svg logo url here); } Remember to change url in second code
  15. Hi, What is site url? We can give some code to do these
  16. Possible solution: Create a text block with the 'block background' option turned on. This'll give a bit of internal padding to the block to keep the border offset from the text. Then use code to put a coloured border on just the left hand side of the block. Then use more code to place a button inside the text block. Putting the button inside the block would mean the border on the left of the block always extends down to the bottom of the button even when the block adapts to browser window resizes, as per screen grabs. Yes. This is right direction. With button, just add a hyperlink in Text Block, we can use CSS code to turn it to button You can add text block first, then share link to page where you added it, we can give code
  17. The site is expired. You can access this link to extend it, then we can check site easier
×
×
  • 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.