Jump to content

tuanphan

Circle Member
  • Posts

    64,861
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. With the List Section, it always has an ID available, so we can target it. With the Gallery Section, we can insert a Code Block into the section above it, then use CSS to push the Code Block down a bit, in place of the Gallery Section. Which section you want to add Code Block?
  2. Add to Design > Custom CSS @media screen and (min-width: 768px) { #footer-sections .newsletter-form-header-description p { margin-bottom: 0; } #footer-sections .newsletter-form .newsletter-form-header-description { line-height: 1em; } #footer-sections .newsletter-block .newsletter-form-fields-wrapper { margin: 0; }}
  3. Add to Design > Custom CSS .bp-widget-widget { z-index: 9999999 !important; }
  4. Only home has .homepage, other pages will use random id. Can you share link to Reservations page?
  5. It is fine to me. See video https://www.loom.com/share/f24635e228824de6982f14266f66a22d
  6. Use this new code @media screen and (max-width:767px) { .lesson-details { margin-bottom: 0 !important; } .lesson-item-pagination--prev-next { padding-left: 10px; padding-right: 10px; } }
  7. Add to Design > Custom CSS @media screen and (max-width: 991px) { .gallery-fullscreen-slideshow { height:30vh !important } }
  8. You can add this code to Design > Custom CSS. It will force burger appear from 900px to 1200px screen sizes. You can adjust these numbers @media screen and (min-width:900px) and (max-width:1200px) { .header-burger { display: flex !important } .header--menu-open .header-menu { opacity: 1 !important; visibility: visible !important } .header-nav,.header-actions { visibility: hidden !important } }
  9. Hi, Can you share link to this page? We can check easier
  10. Remove background-color from your code .header-actions-action--cart .icon { stroke: #50bdb8!important background-color:}
  11. Summary Block doesn't offer this feature. You will need to use a custom plugin to achieve it.
  12. Add to Funnel Page Header <style> .sqs-announcement-bar-dropzone, footer.sections { display: none !important; } </style>
  13. You can access Design > Site Styles > Fonts > Then on Left (or right window) > Click on Navigation > Site Styles Panel will show box to change navigation style.
  14. You can add this to Settings > Developer Tools > Code Injection > Footer to prevent problem <script> window.addEventListener("load", function(){ Y.UA.ios = 0; }) </script>
  15. You mean change Logo to white on Homepage only? If yes, add this to Design > Custom CSS body.homepage header#header img { filter: invert(0); -webkit-filter: invert(0); }
  16. The site is private. We can't access it. Can you setup an access password?
  17. Try Design > Site Styles > Disable Ajax Loading
  18. Hi, What is page url? We can check easier
  19. Can you share link to page where you added the code? We can check easier
×
×
  • 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.