Jump to content

tuanphan

Circle Member
  • Posts

    64,819
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Add to Website > Website Tools (under Not Linked) > Custom CSS /* quantity remove icons on cart page */ input.cart-row-qty-input { color: white !important; } button.cart-row-qty-inc svg, button.cart-row-qty-dec svg { fill: white; } button.cart-row-remove svg { fill: white; }
  2. Hi, What is site url? My approach is you add an Image Block to Additional Info, then we will use code to move the image to that position
  3. You mean: Left Menu (Our Vision, Programs) - Middle Logo - Right Menu (Our Story, Contact, Login)?
  4. Can you share link to page where you use this scrolling text?
  5. Use this code a { text-decoration: underline !important; }
  6. Add this code under @media screen and (min-width:992px) { div#sqs-cart-root { margin-left: 20%; } }
  7. You can add this CSS code .ProductItem .ProductItem-summary { align-items: flex-start !important; }
  8. You are using SS 7.1, so you can edit page > click mobile icon on top right > then adjust anchor link code block position on mobile
  9. Just some CSS position sticky code If you share link to your site, we can give the code for your case
  10. #1. Add to Website > Website Tools > Custom CSS .header-menu { transition: none !important; } #2. You mean replace X with custom icon? Can you send icon file?
  11. You can add this code to Website > Website Tools (under Not Linked) > Custom CSS to fix problem div#floatingCart { bottom: 30% !important; }
  12. What is your site url? We can check your code easier
  13. Add to Website > Page > Website Tools (under Not Linked) > Custom CSS /* remove overlay */ .Intro--has-image:before { background-color: transparent !important; }
  14. Add to Website > Page > Website Tools (under Not Linked) > Custom CSS body.blog-dateline-top article header .article-dateline-above-title, body.blog-dateline-top article header .article-dateline-above-title .date { display: block !important; }
  15. If you share link to page where you use carousel, we can check easier
  16. Change this line background: #f4f6ea; /* overlay color */ to background:rgba(0,0,0,0.85) /* overlay color */ (You can adjust 0.85)
  17. Add to Landing Page Header Code Injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<a class="btn btn--border theme-btn--primary-inverse" href="https://calendly.com/lacuna-hr/organisation-design-session-w-milena-serafimovski" target="_blank">APPLY FOR YOUR FREE ORGANISATION DESIGN SESSION</a>').appendTo('div.header-title-nav-wrapper'); }); </script> <style> a.btn { background-color: #e2725b; } </style>
  18. create those boxes that have that have 4 lines max >> We can use CSS code to do this but to create lightbox, you will need to use a 3rd party plugin you can consider accordion feature, I meant click on Read more >> Show more text under, not lightbox What do you think?
  19. @Avitalu333 @HealandShine Use this new CSS code @media screen and (max-width:767px) { .header-display-desktop { display: flex !important; } .header-burger { display: none; } .header-display-desktop .header-actions.header-actions--right, .header-actions.header-actions--right>div:first-child { display: flex !important; } .header-actions.header-actions--right { position: relative; left: -50px; } .header-display-mobile { display: none; } }
×
×
  • 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.