Jump to content

How to link Product to a different page

Recommended Posts

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

 

Screen Shot 2021-06-21 at 12.56.19 PM.png

Edited by jeffreyzie

Creator of ivorycolors.net & stoplitteringtoday.org

Link to comment
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

Screen Shot 2021-05-28 at 5.41.10 PM.png

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%);
}

image.thumb.png.68dcda8d8ec4eb940fd201d4b0b0e20a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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?

oval-aqua-9hna.squarespace.com-01-min.pn

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

oval-aqua-9hna.squarespace.com-02-min.pn

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...
  • jeffreyzie changed the title to 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;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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