Jump to content

tuanphan

Circle Member
  • Posts

    65,311
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. Add to Design > Custom CSS to fix problem body.homepage .section-background,body.homepage .section-border { background-color: transparent !important; }
  2. Yes. Possible. If you use Business Plan/higher, add this code to Portfolio Page Header <style> /* Move portfolio pagination to top */ body main#page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 100px; } body section.item-pagination.item-pagination--prev-next { padding-top: 0; padding-bottom: 5px; } body #page section:first-child { padding-top: 10px !important; } </style> If you use Personal Plan, add this to Design > Custom CSS. However this code runs on both Portfolio, Blog, Event Page. So if you share link to your site, we can adjust code easier /* Move portfolio pagination to top */ body main#page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 100px; } body section.item-pagination.item-pagination--prev-next { padding-top: 0; padding-bottom: 5px; } body #page section:first-child { padding-top: 10px !important; }
  3. Use this code to add hover color /* link hover */ .sqs-block-archive .archive-block-setting-layout-index .archive-item-link:hover { color: #f1f !important; }
  4. Sent a private message
  5. Yes. You need to add all images, then I can give new code When you add all, I can adjust code to make first image always show on initial
  6. #1. Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('#gridThumbs a.grid-item').removeAttr('href'); }); </script> #2. Add to Design > Custom CSS /* Hover Portfolio - Show coming soon */ a.grid-item .grid-image-inner-wrapper:after { content: "Coming Soon"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9999; font-weight: bold; opacity: 0; } a.grid-item:hover .grid-image-inner-wrapper:after { opacity: 1; }
  7. Add this to Design > Custom CSS .section-border { background: transparent; }
  8. Can you take screenshots on edit mode - live mode? We can compare easier
  9. Try edit title, use this format <strong>Title</strong><br/> Size, Medium
  10. Thank you. What is your site url? Do you use any custom code?
  11. Hi, This is your site or ? If this is not your site, you need to check again Your Permissions.
  12. In Upload Media tab > Hover image > Click Gear Icon > Then you can add text
  13. Try adding to Design > Custom CSS. If it doesn't work, keep the code in CSS box, we can check easier
  14. Don't remove any code in your current code Add to Design > Custom CSS nav.header-nav-list>div:nth-child(n+4) { position: absolute; right: 0vw; bottom: 0; } nav.header-nav-list>div:nth-child(4) { bottom: 2vw; }
  15. You mean recreate this layout?
×
×
  • 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.