robert.welti Posted September 6, 2019 Posted September 6, 2019 How can I change the font in the dropdown menu in the ordering process when selecting variants?
tuanphan Posted September 6, 2019 Posted September 6, 2019 You should share site url @robertw 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!)
robert.welti Posted September 6, 2019 Author Posted September 6, 2019 Hi! @tuanphanMy site is not public, yet. I cannot share the site of my customer. Also I am not sure what exactly you need the url for. Would it help to share a screenshot? :-)
tuanphan Posted September 6, 2019 Posted September 6, 2019 you need to use custom code to change font. No one can help without site url. If you don't want share url, you can contact Squarespace Custom Care for their help.@robertw 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!)
robert.welti Posted September 6, 2019 Author Posted September 6, 2019 Hi @tuanphan !Customer Care asked me to find help in the forums since they cannot help with custom CSS. The dropdown menu I mentioned cannot be changed through the design panels provided by Squarespace.What exactly do you need the url for? I maybe could provide the information without opening my website (which I am not allowed to do, because it shows private information from my customer). :-)
tuanphan Posted September 6, 2019 Posted September 6, 2019 @robertw No one can give exact custom code without check html structure of website. 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!)
robert.welti Posted September 6, 2019 Author Posted September 6, 2019 Hi @tuanphan ! Thanks for your answer.I found a lot different workarounds for dropdown menus in different places than the one I mentioned.I will provide more information to this ticket later. I unfortuantely have no time now. But thanks a lot for your suggestions.I will see what I can do. ;-)
robert.welti Posted September 7, 2019 Author Posted September 7, 2019 To give some more information: I am using the Aria theme from the brine family. The problem occurs while selecting characteristics of the product. There is a dropdown menu for selecting and it is impossible to change by Squarespace design panels. A screenshot of the dropdown menu is attached. I want the font to be bigger. Maybe anyone can help although I am not allowed to open the site url.
tuanphan Posted September 7, 2019 Posted September 7, 2019 @robertw Aria demo has no product page, so it's difficult to check. You should share a url with product page. If using custom code, it only take ~5-10 minutes to handle. If you can't share url here, you can send me a message via my contact form. 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!)
robert.welti Posted September 9, 2019 Author Posted September 9, 2019 @tuanphan Thank you so much for your offer to help.I just rebuilt a shop in Aria in a test account: https://hexagon-asparagus-xtm5.squarespace.com Password is: SuperSecretShop23 There you can click on "Shop" and then on "Schuhe". You'll find similar dropdown menus there. Thanks a lot!
tuanphan Posted September 9, 2019 Posted September 9, 2019 @robertw Add to Home > Design > Custom CSS .ProductItem-details .variant-option select { font-size: 20px !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!)
robert.welti Posted September 12, 2019 Author Posted September 12, 2019 Thank you so much @tuanphan ! It worked well! :-)
tuanphan Posted September 12, 2019 Posted September 12, 2019 @robertw You can Accept Answer if it worked. Thanks. 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!)
claudiolegrandstone Posted November 13, 2020 Posted November 13, 2020 Hallo, I have the same problem with my online shop: Link: https://www.dersteinbock.de/shop/t-shirt-signature @tuanphan can you help me?
tuanphan Posted November 14, 2020 Posted November 14, 2020 18 hours ago, claudiolegrandstone said: Hallo, I have the same problem with my online shop: Link: https://www.dersteinbock.de/shop/t-shirt-signature @tuanphan can you help me? Add to Home > Design > Custom CSS .variant-option * { font-family: Raleway !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!)
claudiolegrandstone Posted November 21, 2020 Posted November 21, 2020 On 11/14/2020 at 8:56 AM, tuanphan said: Add to Home > Design > Custom CSS .variant-option * { font-family: Raleway !important; } THANKS!
SS92 Posted February 21, 2021 Posted February 21, 2021 Hi @tuanphan, I have the same issue with trying to change the font for the product site dropdown menu. Based on above trail I tried: .variant-option * { font-family: Futura PT !important; } But it doesn't seem to work. My font is called "Futura PT", any idea how to change the above?
tuanphan Posted February 22, 2021 Posted February 22, 2021 19 hours ago, SS92 said: Hi @tuanphan, I have the same issue with trying to change the font for the product site dropdown menu. Based on above trail I tried: .variant-option * { font-family: Futura PT !important; } But it doesn't seem to work. My font is called "Futura PT", any idea how to change the above? it should be font-family: futura-pt !important; (lowercase, not UPPERCASE) 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.