Immortal_Explorer Posted September 23, 2023 Share Posted September 23, 2023 All my services are on one page, and you have to scroll down to view them. Is there a way of dividing the page into seperate sections, so that each service/section can be linked to individually? Thanks Alex Link to comment
CassAggett Posted September 24, 2023 Share Posted September 24, 2023 Yes you can - this is called an anchor link. Check out this tutorial: https://www.will-myers.com/articles/perfect-anchor-links-in-squarespace If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
Immortal_Explorer Posted September 24, 2023 Author Share Posted September 24, 2023 Thanks Do you know if there's a way of me linking each individual box in the image attached? www.brainforestcreative.com Link to comment
tuanphan Posted September 25, 2023 Share Posted September 25, 2023 12 hours ago, Immortal_Explorer said: Thanks Do you know if there's a way of me linking each individual box in the image attached? www.brainforestcreative.com You can enable List item buttons > Add button url > Then use this CSS code to hide buttons + make items clickable body.homepage { li.list-item { position: relative; } .list-item-content__button-container { position: static; } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; border: none !important; } .list-item-content__button-container { position: static !important; transform: unset !important; } a.list-item-content__button.sqs-block-button-element:before { visibility: hidden; } .user-items-list-carousel__slide { pointer-events: initial !important; user-select: unset !important; } .user-items-list-carousel__gutter { cursor: pointer; }} 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
Immortal_Explorer Posted September 25, 2023 Author Share Posted September 25, 2023 (edited) Hi mate Thanks for this, however it has not seemed to work. The items are not clickable. I noticed it said images in the code, but these are text cards https://www.brainforestcreative.com/ Thanks Edited September 25, 2023 by Immortal_Explorer Link to comment
tuanphan Posted September 27, 2023 Share Posted September 27, 2023 It will make whole item clickable (both image + text). Can you add & keep button + keep code? I can check it again easier 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment