Jump to content

tuanphan

Circle Member
  • Posts

    65,051
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by tuanphan

  1. 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>
  2. 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
  3. 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 ..
  4. Which duplicate, can you take a screenshot?
  5. 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; }
  6. Add to Design > Custom CSS @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } }
  7. How about this example? We can convert it to SS & change style then https://codepen.io/rixodesign/pen/RjgxZq
  8. https://ftws-progress.squarespace.com/?noredirect Can you take a screenshot of problem?
  9. Add to Design > Custom CSS @media screen and (max-width:767px) { .ProductItem-details-excerpt { order: 1 !Important; } .ProductItem-product-price { order: 2 !important; } }
  10. Yes. If you share link to a page where you use heading 3, we can check h3 style & add to code easier
  11. Can you share link to page where you use slideshow? We can check easier
  12. 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; }
  13. 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; } }
  14. Add to Design > Custom CSS div#thumb-oneonone .product-price { visibility: hidden; }
  15. 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; }
  16. #Header Add to Design > Custom CSS @media screen and (min-width:992px) { /* Fullwidth Nav background */ .header-title-nav-wrapper { flex: 100% !important; flex-direction: column; width: 100% !important } .header-display-desktop { flex-direction: column } .tweak-fixed-header .header .header-announcement-bar-wrapper { padding-left: 0; padding-right: 0; padding-bottom: 0px !important; } .header-nav-item:hover { background-color: #6e6843 !important } .header-nav-item--divider { padding: .1rem 0; border-right: 1px solid #000 !important } .header-nav { width: 100% !important; background-color: #20417f; padding-top: 5px; padding-bottom: 5px; } .header-nav:before { display: none; } div.header-nav-item>a { color: white !important; } .header-title-logo { text-align: center; margin-bottom: 20px; } .header-title-logo a:after { content: "European Anthropological Association"; position: relative; display: block; white-space: nowrap; font-weight: bold; font-size: 40px; text-align: center; } .header-title { width: 100% !important; } } #With social icons Do you use Personal/Business or Commerce Plan?
×
×
  • 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.