Jump to content

tuanphan

Circle Member
  • Posts

    64,975
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. We can use CSS background-attachment: fixed to achieve this. However it won't work on iOS. If you still want to do, please share link to your site, we can check easier
  2. You can try :not(.dark), :not(.dark-bold), :not(.black), :not(.black-bold) { &.header .header-title-logo a { filter: invert(1); -webkit-filter: invert(1); }}
  3. Add this to Design > Custom CSS to change black to white items body.homepage div.Header-nav-inner>* { color: white !important; }
  4. What is site url? We can check font name code easier
  5. Hi, Which video are you referring to? I don't see it here http://jeffantenore.com/
  6. Can you share link again? Too many message & can't find your
  7. #1. Seeing #2. Add to Design > Custom CSS /* Mobile popup full image */ @media screen and (max-width:767px) { .sqs-slide-wrapper[data-slide-type="popup-overlay"] [data-slice-type="gallery"] .sqs-slice-gallery-item.loaded img { object-fit: contain !important; } }
  8. Can you share link to a page where you use pagination arrow? I can check arrow style easier
  9. Yes. Possible. Can you send current code which you are using? We can adjust it for mobile easier
  10. Do you use Personal/Business or Commerce Plan? I guess we need to use script code to achieve this
  11. Add to Prints Page Header <style> .header-actions-action--social .icon--fill:nth-of-type(2) { filter: invert(1); } </style>
  12. Hi, Can you share link to this page? We can check easier
  13. Add to Last Line in Code Injection > Footer <script> jQuery(document).ready(function($){ $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) </script> <style> section.ProductItem-additional { order: 6; } </style>
  14. Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) </script>
  15. Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script> <script> jQuery(document).ready(function ($) { a = $('meta[property="og:image"]'); a.attr("content", a.attr("content").replace("http", "https")); var t = a.attr("content"); $('meta[property="og:description"]').attr("content"); $('<div class="event-banner"><img class="event-banner-image" src="' + t + '"></div>').insertAfter("ul.eventitem-meta.event-meta.event-meta-address-container"); }); </script> <style> .event-banner img { width: 80%; height: auto; } </style>
  16. Your site is private. Can you setup password? We can check easier
  17. Yes. Possible. But you will need to add code manually to all password protected page. What is your site url?
×
×
  • 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.