Tschodr Posted December 15, 2020 Share 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. Link to comment
creedon Posted December 16, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
Tschodr Posted December 16, 2020 Author Share 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. Link to comment
creedon Posted December 16, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
Tschodr Posted December 16, 2020 Author Share 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. Link to comment
Tschodr Posted December 16, 2020 Author Share 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. Link to comment
creedon Posted December 16, 2020 Share Posted December 16, 2020 (edited) 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. Edited December 16, 2020 by creedon Tschodr 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Tschodr Posted December 16, 2020 Author Share 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! 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