sundayseltzer 0 Share Posted October 24, 2020 Site URL: https://www.sundayseltzer.co.uk/mixed-eight/p/mixedeight hi there. does anyone know how to customise the 'product selection' and 'quantity' boxes? I would like to have them match the 'add to cart' box. any help would be greatly appreciated. regards, Elvin Link to post
0 tuanphan 9,293 Share Posted October 25, 2020 You mean reduce height, round border? sundayseltzer 1 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- I'm off in Lunar New Year. Will take 3-7 days to you get the answer on Forum. Link to post
0 sundayseltzer 0 Author Share Posted November 2, 2020 On 10/25/2020 at 3:24 PM, tuanphan said: You mean reduce height, round border? hi @tuanphan yes reduce height and round the corners. thanks Link to post
0 tuanphan 9,293 Share Posted November 3, 2020 8 hours ago, sundayseltzer said: hi @tuanphan yes reduce height and round the corners. thanks I don't see variant dropdown? To apply for Quantity, add this to Home > Design > Custom CSS .product-quantity-input input { padding-top: 10px !important; padding-bottom: 10px !important; border-radius: 5px !important; border-width: 2px !important; } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- I'm off in Lunar New Year. Will take 3-7 days to you get the answer on Forum. Link to post
0 tuanphan 9,293 Share Posted November 4, 2020 Also, some feedback your site. 1. Tablet. I think you can increase variant dropdown with, it will be better. Add this to Home > Design > Custom CSS /* variant dropdown size */ @media screen and (max-width:991px) and (min-width:768px) { .ProductItem-details .product-variants { width: 100%; } } 2. Tablet. Footer is not very good, some text is break new line in ugly position. I think you can increase column width, or change to 2 columns/row with Row 1: Contact Info + Socials - Row 2: Sponsorship - T & C. What do you think? I will give the code. 3. Tablet. Home products button not align. If you want align, add this to Home > Design > Custom CSS /* Align home products button */ @media screen and (max-width:991px) and (min-width:768px) { .homepage a.product-title { min-height: 50px; } } 4. Some other problems, you can fix above then let me know, I will continue sending the code. 4.1. Tablet menu has 2 items only. I think you can convert to normal menu (need custom code!) 4.2. Tablet: Click Shop > It show Drinks, Merch >> I suggest you can show both 2 items under Shop, without clicking (I solved this for 2 members, if you want, I will give the code here). 4.3. Similar 4.2, on Mobile 4.4. Product Detail show number 1/3 on thumbnail. You can add Arrow Slider, customers will find it easier to navigate to the images. (use below code) 4.4. Add to Home > Design > Custom CSS /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } .ProductItem .ProductItem-gallery-carousel-controls>div::after, .ProductItem .ProductItem-gallery-carousel-controls>div::before { border-color: black !important; } } here is result You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- I'm off in Lunar New Year. Will take 3-7 days to you get the answer on Forum. Link to post
Question
sundayseltzer 0
Site URL: https://www.sundayseltzer.co.uk/mixed-eight/p/mixedeight
hi there.
does anyone know how to customise the 'product selection' and 'quantity' boxes? I would like to have them match the 'add to cart' box.
any help would be greatly appreciated.
regards,
Elvin
Link to post
Top Posters For This Question
3
2
Popular Days
Nov 4
1
Oct 24
1
Oct 25
1
Nov 2
1
Top Posters For This Question
tuanphan 3 posts
sundayseltzer 2 posts
Popular Days
Nov 4 2020
1 post
Oct 24 2020
1 post
Oct 25 2020
1 post
Nov 2 2020
1 post
Popular Posts
tuanphan
You mean reduce height, round border?
Posted Images
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment