Jump to content

tuanphan

Circle Member
  • Posts

    65,448
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. Because the total height of the sections is lower than the height of the screen, it will appear empty. And that space will use Site Background Color (Design > Site Styles > Colors) Add to Design > Custom CSS body.homepage { background-color: #c2c2c2; }
  2. Add to Design > Custom CSS .header-title-logo a { position: absolute; }
  3. Try change to this new code @media screen and (max-width: 767px) { body:not([class*="type-blog"]) #page article section:first-child { min-height:32vh !important; height: 32vh !important } }
  4. Can you share link to page where you use summary? We can check easier
  5. Try this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $(".blog-basic-grid--text h1.blog-title a").each(function(){ $(this).html($(this).text()); }); }); </script>
  6. Add this code to Page Header to redirect users to new page on mobile <script type="text/javascript"> if (screen.width <= 767) { document.location = "https://google.com"; } </script> replace google with mobile page url
  7. Hi, You mean these pages, will need a different background? https://www.jakeyscoolwearables.com/shop/anime https://www.jakeyscoolwearables.com/shop/fantasy https://www.jakeyscoolwearables.com/shop/sci-fi ..
  8. Which duplicate, can you take a screenshot?
  9. Try adding this to Design > Custom CSS then check again .user-items-list[data-layout-width="inset"] .list-section-button-container { margin-top: 0 !important; }
  10. Add to Design > Custom CSS @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } }
  11. How about this example? We can convert it to SS & change style then https://codepen.io/rixodesign/pen/RjgxZq
  12. https://ftws-progress.squarespace.com/?noredirect Can you take a screenshot of problem?
  13. Add to Design > Custom CSS @media screen and (max-width:767px) { .ProductItem-details-excerpt { order: 1 !Important; } .ProductItem-product-price { order: 2 !important; } }
  14. Yes. If you share link to a page where you use heading 3, we can check h3 style & add to code easier
  15. Can you share link to page where you use slideshow? We can check easier
  16. Use this code div:not(#block-3e3a8fb0677b05b9467c):not(#block-yui_3_17_2_1_1680625588392_25188):not(#block-88491361d1ed9516cf34) .summary-item-list * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; }
  17. Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] * { font-size: 20px; } .fe-641fc0581eada77a380a097a { grid-template-rows: repeat(15,minmax(24px, auto)) !important; } .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] ul { min-height: unset !important; } .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] .slide-content { margin:0 !important; } }
  18. Add to Design > Custom CSS div#thumb-oneonone .product-price { visibility: hidden; }
  19. Don't remove any code in your current code Add this to HOME > DESIGN > CUSTOM CSS #collection-5abe62180e2e72c990f19072 { background-image: url(https://cdn.pixabay.com/photo/2023/04/06/01/44/man-7902570_1280.jpg) !important; }
×
×
  • 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.