Jump to content

tuanphan

Circle Member
  • Posts

    64,963
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. What is your site url? We can check easier
  2. Try this to Custom CSS box /* Top scrolling bar */ .fe-6570803c3bdf440e7e1ca008 { grid-template-rows: repeat(1,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), auto)) !important; }
  3. You can add this CSS code (Website Tools > Custom CSS) to make video behind pink bar /* pink bar transparent */ .sqs-announcement-bar { background: transparent !important; }
  4. You can consider using standard page, then use Summary Block to pull product belong that category, so you can add unique title, text, images... on this page
  5. Can you share link to exact page where you use slideshow?
  6. Add to Website Tools (under Not Linked) > Code Injection > Footer DO NOT Add to Custom CSS <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $('<section id="back-to" class="Index-page"><div class="sqs-block-button button-block Index-page-content"><div class="sqs-block-button-container--center"><a href="/" class="sqs-block-button-element--small sqs-block-button-element sqs-button-element--primary">Gallery</a></div></div></section>').insertBefore('section.lesson-item-pagination>a:last-child'); }); </script> <style> #back-to:first-child { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } section.lesson-item-pagination { position: relative; } </style>
  7. Try adding this code to Website Tools (under Not Linked) > Custom CSS nav#mobile-navigation { position: static !important; }
  8. Add to Website Tools (under Not Linked) > Custom CSS. Replace Pixabay with your image url a.grid-item[href="/art/avalon"]:hover img { content: url(https://cdn.pixabay.com/photo/2023/07/29/17/36/fly-8157417_1280.jpg); } a.grid-item[href="/art/film-game"]:hover img { content: url(/art/concept-art-workshop); } a.grid-item[href="/art/concept-art-workshop"]:hover img { content: url(https://cdn.pixabay.com/photo/2023/07/01/05/20/carniolan-honey-bee-8099474_1280.jpg); }
  9. See this, under Not Linked > Click Website Tools > Choose Custom CSS
  10. Hi, Can you share link to this page? We can check easier
  11. If you share site url, we can help easier
  12. Can you add code again? I will check again on mobile
  13. Use CSS code @media screen and (max-width:991px) { .portfolio-overlay { opacity: 0.85 !important; left: 20px !important; top: 20px !important; width: calc(~"100% - 40px") !important; height: calc(~"100% - 40px") !important; } .portfolio-text { opacity: 1 !important; }}
  14. It is possible, after testing something, I achieved it with SS See a demo: https://tuanphan3.squarespace.com/text-effect1 pass: abc Is this what you want?
  15. You mean need the underline closer the text above it?
  16. I also host domains on Namecheap and email on Google Workspace. Suppose I shutdown the main site and create an email with a new domain. I will still renew the domain name every year (after all, it is quite cheap, only 10-12 $/year, Moreover, the main email, many customers still contact through there), then use Cloudflare Email Routing (free) to forward all new emails from old domain to new domain. Cloudflare has this feature recently.
  17. I don't know how to calculate it automatically with the code, I have to manually try each number until I find the number that seems best.
  18. updated code, I added some attributes, you try adding it again, if it still doesn't work, try moving the code to Code Injection > Header, if it still doesn't work, you can keep the code, I can check again easier
  19. Add to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { div#block-a1b773461c9a248209a7 h1 { font-size: 40px; } .fe-block-bd114640580bc4372f07 { grid-row-start: 11 !important; } .fe-block-040dcc368717fcc3a021 { grid-row-start: 9 !important; }}
  20. Can you check homepage? It looks like you removed summary on homepage
×
×
  • 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.