Jump to content

tuanphan

Circle Member
  • Posts

    64,963
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Hi, Can you share link to this page?
  2. 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; } }
  3. You can choose Full option, instead of Fullbleed
  4. 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; } }
  5. 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; } }
  6. Can you share link to a page?
  7. It now loadings fine to me. You try checking it again.
  8. 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
  9. 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; }
  10. It looks like you changed url, the page doesn't work now
  11. You can use Universal Filter Plugin (affiliate link) or this link (non-affiliate link) The plugin allows you to create many filter types: by price, color..(variant), by category, by tag, by location, by salary,..etc
  12. Because you used code to hide some main items, it also hide sub items for example this code you can replace it with [data-folder="root"]>div:first-child>div:first-child>div:nth-child(2) { display: none; }
  13. You try this CSS code under div.header-burger { position: relative; left: -2vw; }
  14. Add this CSS under [data-section-id="659a05f45b00f8100273bdf7"] .content-wrapper { padding-top: 0px !important; padding-bottom: 0px !important; } .blog-basic-grid.collection-content-wrapper { padding-top: 0px !important; }
  15. Hi, What is site url? I think we can use some CSS code to move it down like screenshot
  16. Hi, Can you paste code here? Or share link to page where you added the code. We can check easier
  17. You can use this CSS code .portfolio-text, .portfolio-text h3 { opacity: 1 !important; }
  18. Solved with the code, you can adjust number 300 div.subnav { max-height: 300px; overflow-y: scroll; }
  19. Add !important to your code #block-yui_3_17_2_1_1704765253819_2940 { border-radius: 50px !important; }
  20. Use this code to Custom CSS box .portfolio-text { position: absolute !important; bottom: 0; left: 10px; z-index: 999999; transform: translateY(65%); transition: all 0.3s ease; } .portfolio-text * { color: white !important; } a.grid-item:hover .portfolio-text { transform: translateY(0); transition: all 0.3s ease; }
×
×
  • 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.