Jump to content

tuanphan

Circle Member
  • Posts

    65,544
  • Joined

  • Last visited

  • Days Won

    521

Community Answers

  1. tuanphan's post in Reel Caption for mobile was marked as the answer   
    Try this code to bottom of CSS box
    @media screen and (max-width:767px) { section[data-section-id="65ad68f5809d524e0ab92bfc"] .gallery-slideshow .gallery-caption-content { font-size: 14px !important; } }  
  2. tuanphan's post in Why is my mobile overlay menu offscreen? was marked as the answer   
    This substack form causes problem

    You can add this code to Website Tools (under Not Linked) > Custom CSS to fix problem
    @media screen and (max-width:767px) { iframe[src*="substack"] { width: 100% !important; } }  
  3. tuanphan's post in Possible to open a gallery in a new tab? was marked as the answer   
    You try edit Site Footer > Add a block > Choose Markdown > Then paste the code
    or try disable Ajax Loading in Design
  4. tuanphan's post in How do I make images in gallery on Jasper-Jin full width stacked rather than in a grid side by side? was marked as the answer   
    You can use this code to Website > Website Tools (under Not Linked) > Custom CSS
    body:not(.homepage) .sqs-gallery-design-autocolumns { height: auto !important; } body:not(.homepage) .slide { width: 100% !important; height: auto !important; position: static !important; }  
  5. tuanphan's post in Examples of sites using Universal filters with events was marked as the answer   
    I created a quick demo for you here, Even Page + Universal Filter Plugin
    https://tuanphan.squarespace.com/events-filter?noredirect
    pass: abc
    I only create Basic Filters, if you need something more complicated you can describe it detail, I will adjust.
  6. tuanphan's post in How to make a section responsively float vertically centered was marked as the answer   
    Try Blank Section instead

    and choose this option

  7. tuanphan's post in Change blog title size was marked as the answer   
    Have you tried finding in Site Style yet?
    You can also add this code to Home > Design > Custom CSS
    h1.blog-title a { font-size: 20px; font-weight: 900 !important; }  
  8. tuanphan's post in Is it possible to have different images on the mobile version of the website and desktop version? was marked as the answer   
    Add to Design > Custom CSS
    /* resize about images mobile */ @media screen and (max-width:767px) { div#block-caaad2e9bd745ab16595 { width: 90%; } div#block-25664f826350d9cbce90 { width: 80%; } }  
  9. tuanphan's post in Looking to remove or disable the add to cart button on the product page was marked as the answer   
    /config/ is url for web owner. Please remove it when sharing link in the next time.
    Add to Home > Design > Custom CSS
     
    .sqs-add-to-cart-button-wrapper { display: none !important; }  
  10. tuanphan's post in How do I hide: price / quantity / add to cart was marked as the answer   
    Add to Home > Design > Custom CSS
    .product-quantity-input { display: none !important; } .sqs-add-to-cart-button-wrapper { display: none !important; } .ProductItem-product-price { display: none !important; }  
  11. tuanphan's post in 7.1 NAV CUSTOM FONT CSS was marked as the answer   
    Add to Home > Design > Custom CSS
    .header-nav *, nav.header-menu-nav-list * { font-family: yourfont; }  
  12. tuanphan's post in Mobile Menu Styling - 7.1 was marked as the answer   
    First, change your layout to mobile

    Next, click on Burger icon >> A box will appear, you can edit burger icon here

  13. tuanphan's post in Text on hover shows even when you don't hover was marked as the answer   
    Use this new CSS code
    body.collection-6593311d656a4b26729f90ca.view-item { .summary-item .summary-content { opacity: 0 !important; } .summary-item:hover .summary-content { opacity: 1 !important; }}  
  14. tuanphan's post in Add image block and prevent the image from cropping ( its a logo) was marked as the answer   
    Try adding this to Website > Website Tools (under Not Linked) > Custom CSS
    div#block-yui_3_17_2_1_1706539100529_8486 .sqs-image-content { height: 100px !important; }  
  15. tuanphan's post in Adjusting Image Block Size on Mobile for Service Page was marked as the answer   
    You can use this code to Website > Website Tools (under Not Linked) > Custom CSS
    @media screen and (max-width:767px) { div#block-8dcab36ee7cc05a85bba+.row .span-3 { max-width: 150px; margin: 0 auto; } }  
  16. tuanphan's post in how to turn off or delete those left and right scroll arrows at the bottom of gallery was marked as the answer   
    You can add this code to Website > Website Tools (under Not Linked) > Custom CSS
    section#itemPagination { display: none !important; } If it doesn't work, you can follow this guide to share url, we can check easier
     
  17. tuanphan's post in Drop Down Navigation Running Out of Boxes was marked as the answer   
    You can use this code to Website > Website Tools (under Not Linked) > Custom CSS
    nav.main-nav ul ul { width: 100% !important; }  
  18. tuanphan's post in How can I customize only the "sign in" dropdown menu in my header? was marked as the answer   
    Use this code instead, if it doesn't work, you can share site url, we can check easier
    auth, unauth { font-weight: bold; border-bottom: 1px solid #193D6F; }  
  19. tuanphan's post in "sticky" section on scroll? was marked as the answer   
    You can use this code to Website > Website Tools (under Not Linked) > Custom CSS
    [data-section-id="65bbf3d589d59858a28b7071"] { position: sticky !important; position: -webkit-sticky !important; top: 0 !important; z-index: 999999 !important; } [data-section-id="65bbf3d589d59858a28b7071"] .section-background { background-color: #fff !important; }  
  20. tuanphan's post in Personal Plan hover fade option? was marked as the answer   
    You can use this code to Website > Website Tools (under Not Linked) > Custom CSS
    .slide a:after { position: absolute; content: ""; background: rgba(0,0,0,0.5); z-index: 999; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all 0.5s; } .slide a { position: relative; } .slide a { position: relative; opacity: 1 !important; } .slide:hover a:after { opacity: 1; }  
  21. tuanphan's post in Gallery elements don't align to inset edge in mobile mode was marked as the answer   
    Try this CSS code
    @media screen and (max-width:767px) { body.homepage .gallery-grid.gallery-grid--layout-grid { padding-left: 7vw !important; padding-right: 7vw !important; } }  
  22. tuanphan's post in Remove Header/Footer from Search Page was marked as the answer   
    First, you need to add this to Website > Website Tools > Code Injection > Footer (do not add to Custom CSS)
    <script> if (document.location.pathname.indexOf("/search") == 0) { document.querySelector('body').classList.add('t-search') } </script> Next, add this code to Custom CSS box
    body.t-search { header#header, footer.sections {display: none !important;} }  
  23. tuanphan's post in How can I see hidden characters on the page such as code blocks was marked as the answer   
    Access this link, it will disable all code in Edit Mode, then you check all Code Blocks
    http://www.pnaiorpdx.org/config/safe
  24. tuanphan's post in Page Anchor link jumps far beyond code block anchor was marked as the answer   
    Because your header is sticky, you can consider disable it on this page by use this code to Website > Website Tools > Custom CSS
    header#header { position: absolute !important; }  
  25. tuanphan's post in How to make header transparent on home page with an image gallery underneath? was marked as the answer   
    You can use this CSS code
    body.homepage article section:first-child { padding-top: 0px !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.