Jump to content

tuanphan

Circle Member
  • Posts

    64,950
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Use this code div#block-0acba7ab37cfd9a3af65 .accordion-item__click-target { display: flex !important; flex-direction: row-reverse !important } div#block-0acba7ab37cfd9a3af65 span.accordion-item__title { text-align: right !important }
  2. You can add this code to Website Tools (under Not Linked) > Custom CSS .summary-carousel-pager.sqs-gallery-controls>span { padding: 10px !important; border-radius: 50%; position: absolute !important; top: 50% !important; display: block !important; opacity: 1 !important; } span.summary-carousel-pager-prev.previous { left: 0 !important; } span.summary-carousel-pager-prev.previous.sqs-disabled { visibility: hidden; } span.summary-carousel-pager-next.next { right: 0 !important; } .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before, .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { font-size: 16px; width: 20px; height: 20px; line-height: 20px; font-weight: bold; }
  3. @thestalkermiami you can add this code under line 65 @media screen and (max-width:767px) { .fe-6599fdc9ab19bb41987b2968 { grid-template-rows: repeat(15,minmax(24px, auto)) !important; } }
  4. Hi, Which page in screenshot?
  5. Hi, Can you share link to page?
  6. You can use this CSS code @media screen and (max-width: 767px) { div#block-yui_3_17_2_1_1692109429145_3484 img { content:url(https://static1.squarespace.com/static/62681359eb930e7e05951164/t/659f02656aaf303002d9c892/1704919653971/Clare_Logo_Dev_Final-06.png); position: static !important; } div#block-yui_3_17_2_1_1692109429145_3484 .fluid-image-container { overflow: visible !important; height: auto !important; } }
  7. You try Classic Section for current section and test code again
  8. Try this CSS under div.header-nav-item>a { height: 40px !important; display: flex !important; align-items: center; } .header-nav-folder-content { top: 25px !important; }
  9. Try this new code /* Round video */ .video-player .plyr .plyr__controls:before {display:none!important;} .plyr__video-wrapper video, .plyr__video-wrapper, .sqs-video-wrapper img {border-radius:30px !important;}
  10. Add a Code Block under > Paste this code <style> .sqs-add-to-cart-button-inner { font-size: 0; } .sqs-add-to-cart-button-inner:before { font-size: 20px !important; content: "new text"; font-family: var(--primary-button-font-font-family); font-style: var(--primary-button-font-font-style); font-weight: var(--primary-button-font-font-weight); line-height: var(--primary-button-font-line-height); letter-spacing: var(--primary-button-font-letter-spacing); text-transform: var(--primary-button-font-text-transform); padding-left: 1em; padding-right: 1em; } </style>
  11. Hi, Can you share link to this page?
  12. You can add this code to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:640px) { div#page-5e1f0e7924911f3b79a32e0c .span-12>.row:nth-child(2) .span-6 { width: 50% !important; float: left !important; } }
  13. You can choose Full option, instead of Fullbleed
  14. Try using this CSS code (Website Tools > Custom CSS) body.homepage { overflow: hidden; } @media screen and (max-width:767px) { body.homepage article section:first-child { height: 100vh !important; } }
  15. You can add this to Website Tools (under Not Linked) > Custom CSS to fix problem @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 15px !important; } }
  16. Can you share link to a page?
  17. It now loadings fine to me. You try checking it again.
  18. Add this code to Page Header Code Injection to change text + url <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $("a.btn").html(function() { return $(this).html().replace("MY THRIVE WITH ADHD COURSE", "new text"); }); $("a.btn").attr('href','https://google.com'); }); </script> Replace new text to text what you want and google with new url
  19. Don't remove any code in your current code. Add this to Custom CSS .summary-item:hover .summary-content.sqs-gallery-meta-container { opacity: 1 !important; pointer-events: none; } .summary-item .summary-content.sqs-gallery-meta-container { width: 100% !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.