Jump to content

jeffreyzie

Member
  • Posts

    59
  • Joined

  • Last visited

Reputation Activity

  1. Love
    jeffreyzie reacted to tuanphan in How do I move the title under the product image on mobile?   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:640px) { section.ProductItem-summary.clear { display: flex; flex-direction: column; } figure.ProductItem-gallery { order: 1; } section.ProductItem-details.ProductItem-details--mobile { order: 2; } section.ProductItem-details { order: 3; } }  
  2. Thanks
    jeffreyzie reacted to tuanphan in How to link Product to a different page   
    Add to Design > Custom CSS
    /* remove menu plus icon */ .burger-box { visibility: hidden; } /* align center footer */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-60b080d366e49c3674df6ecd * { text-align: center; white-space: nowrap !important; } }  
  3. Like
    jeffreyzie got a reaction from tuanphan in Changing the URL of "Back to Shop" link on product page   
    @tuanphan Nevermind, found the code via the code you provided in this thread. Thank you!
  4. Love
    jeffreyzie reacted to tuanphan in Changing the URL of "Back to Shop" link on product page   
    Add to Home > Settings > Advanced > Code Injection > Footer
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('div#productNav a').attr('href','https://beaverhero.com'); }); </script> replace beaver with your page url
  5. Thanks
    jeffreyzie reacted to Beyondspace in How to link Product to a different page   
    try 
    .homepage .product-block .image-container a { height: 0; overflow: hidden; padding-bottom: 66%; position: relative; } .homepage .product-block .image-container a img { position: absolute; top: 50%; transform: translateY(-50%); }
  6. Thanks
    jeffreyzie reacted to tuanphan in How to link Product to a different page   
    I see some other problems, if you need to fix, let me know, we will help.
    Site URL – https://oval-aqua-9hna.squarespace.com/
    1. (Tablet/Mobile) Remove menu plus icon?

    2. (Tablet-Footer) Align left/center footer?

×
×
  • 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.