Tschodr Posted December 15, 2020 Posted December 15, 2020 Hey guys, I just connected my Printful account with Squarespace. Everything looks fine but I don't like my variant select dropdown menu and I can't figure out how to change it. It looks like this: But I want it to look like this: I hope you can help me.
creedon Posted December 16, 2020 Posted December 16, 2020 Please post a URL to a page with the variant selections. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Tschodr Posted December 16, 2020 Author Posted December 16, 2020 Sure. Here's the URL:https://www.janz.design/shop/crusader-short-sleeve-unisex-t-shirt PW: P04876W25 Thank you in advance.
creedon Posted December 16, 2020 Posted December 16, 2020 Add the following CSS to Store Settings > Advanced > Page Header Code Injection for the Store page. <style> .variant-option { display: -webkit-box; display: -ms-flexbox; display: flex; } .variant-option .variant-option-title { -ms-flex-preferred-size: 4rem; flex-basis: 4rem; } </style> Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Tschodr Posted December 16, 2020 Author Posted December 16, 2020 7 minutes ago, creedon said: Add the following CSS to Store Settings > Advanced > Page Header Code Injection for the Store page. <style> .variant-option { display: -webkit-box; display: -ms-flexbox; display: flex; } .variant-option .variant-option-title { -ms-flex-preferred-size: 4rem; flex-basis: 4rem; } </style> Let us know how it goes. Thank you. This is how it looks now: So we're on the right track. Now I only need to customise the product variant selector.
Tschodr Posted December 16, 2020 Author Posted December 16, 2020 I want the selectors look more like the ADD TO CART button – but white with a dark stroke. And I would like to have a single grey arrow instead of the blue square with two arrows.
creedon Posted December 16, 2020 Posted December 16, 2020 1 hour ago, Tschodr said: Now I only need to customise the product variant selector. That will be a bit more of a challenge I think. It would require some amount of manipulation of the structure of the selectors with Javascript and CSS. Please see How TO - Custom Select Box for a general idea of what is involved. Perhaps someone has already done something like this and can help you the rest of the way to achieve your effect. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Tschodr Posted December 16, 2020 Author Posted December 16, 2020 45 minutes ago, creedon said: That will be a bit more of a challenge I think. It would require a some amount of manipulation of the structure of the selectors with Javascript and CSS. Please see How TO - Custom Select Box for a general idea of what is involved. Perhaps someone has already done something like this and can help you the rest of the way to achieve your effect. I'll follow the instruction. Thank you so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.