jeffreyzie Posted May 28, 2021 Share Posted May 28, 2021 (edited) Site URL: http://www.oval-aqua-9hna.squarespace.com Hey guys, I'm looking to see how I can change where the "Back" button links to on the product page. Right now, it links to back to my print store (where it says "Back to prints") I've attached a screenshot for a preview of what it looks like right now. Any suggestions? Thank you -Jeff Edited June 21, 2021 by jeffreyzie Creator of ivorycolors.net & stoplitteringtoday.org Link to comment
Beyondspace Posted June 2, 2021 Share Posted June 2, 2021 On 5/29/2021 at 5:12 AM, jeffreyzie said: Site URL: http://www.oval-aqua-9hna.squarespace.com Hey guys, I'm looking to see how I can make all the product blocks the same vertical height on the Homepage. I've attached a screenshot for a preview of what it looks like right now. Any suggestions? Thank you -Jeff 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%); } jeffreyzie and tuanphan 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 5/29/2021 at 5:12 AM, jeffreyzie said: Site URL: http://www.oval-aqua-9hna.squarespace.com Hey guys, I'm looking to see how I can make all the product blocks the same vertical height on the Homepage. I've attached a screenshot for a preview of what it looks like right now. Any suggestions? Thank you -Jeff 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? jeffreyzie 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jeffreyzie Posted June 21, 2021 Author Share Posted June 21, 2021 @tuanphan @bangank36 Just seeing this, sorry. Thanks, i appreciate your help! Creator of ivorycolors.net & stoplitteringtoday.org Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 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; } } jeffreyzie 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment