Jump to content

tuanphan

Circle Member
  • Posts

    64,587
  • Joined

  • Last visited

  • Days Won

    515

Everything posted by tuanphan

  1. Try this code, if it doesn't work, please share link to page where you have problem, we can check easier /* Tag cloud word spacing */ ul.sqs-tagcloud * { margin-left: 10px; margin-right: 10px; }
  2. Can you share link to this page? We can check easier
  3. Can you share link to page where you use list section? We can check easier
  4. I don't see tooltip. How to open it?
  5. Add this to Design > Custom CSS to move dropdown to left a bit a.Header-nav-folder-title[href*="/blog"]+span { margin-left: -100px; }
  6. What is your site url? We can check code easier
  7. Use this code span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape.sqs-button-element--primary { font-family: 'montserrat' !important; font-size: 0 !important; color: #C171A7; padding: 1rem .5rem !important; border-radius: 0 !important; } span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape.sqs-button-element--primary:before { content: "Post Comment"; font-size: 16px !important; }
  8. Can you share link to page where you use Text Block, we can give a code & a quick guide to apply in the future
  9. Use this new code <style> header#header img { content: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg); } </style> Replace example image url with your image url @Tbird use same code
  10. Add to Settings > Advanced > Code Injection > Footer (or Settings > Developer Tools > Code Injection > Footer) <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script> $( ( ) => { const selector = '.user-items-list-simple .list-item'; $( selector ).each ( function ( ) { const $this = $( this ); $( $this ).click ( function ( ) { const url = $( '.list-item-content__button', $this ) .attr ( 'href' ); $( `<a href="${ url }" target="_blank">` ) .get ( 0 ) .click ( ); } ); } ); } ); </script>
  11. Hi, You can add this code to Page Header <style> body { background-color: #f1f !important; } .section-border, .section-background, section { background-color: transparent !important; } </style> If you use Personal/Basic Plan, let me know, we will give another code
  12. Add to Design > Custom CSS > Then save & reload the site /* Reels on mobile */ @media screen and (max-width:767px) { body.homepage .gallery-reel { height: 20vh !important; } }
  13. Add to Design > Custom CSS body.collection-649227fc70d8b7335c60dd98 .gallery-grid-item>div img { border-radius: 30px !important; }
  14. No need. You can setup an access password then share url.
  15. Use this new code /* Mobile Homepage Summary */ @media screen and (max-width:767px) { [data-section-id="6483355b9703866e39c811a2"] { div#block-8c69031971097357329c { justify-content: center !important; text-align: center; } .summary-content * { text-align: center !important; } .summary-item { display: flex !important; flex-direction: column; justify-content: center !important; } .summary-v2-block .summary-thumbnail-outer-container { float: none !important; width: 100% !important; margin-bottom: 20px; } .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { float: none !important; width: 100% !important; }} }
×
×
  • 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.