ChrisFaber Posted April 3, 2021 Share Posted April 3, 2021 Site URL: https://even-studios.com/shop/p/product-name-3-e295w Hi! How can i change 'Size' and Variants of product pages to lowercase? We'd like to have everythig lowercase throughout the shop... Would be nice to get some css help!! Best, Chris Link to comment
Beyondspace Posted April 3, 2021 Share Posted April 3, 2021 2 hours ago, ChrisFaber said: Site URL: https://even-studios.com/shop/p/product-name-3-e295w Hi! How can i change 'Size' and Variants of product pages to lowercase? We'd like to have everythig lowercase throughout the shop... Would be nice to get some css help!! Best, Chris I saw you use text-transform: normal to get rid of uppercase, which is good now right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
ChrisFaber Posted April 4, 2021 Author Share Posted April 4, 2021 Thanks a lot! I was able to do this within the editor using a custom value - did work for 'size' and the values (small, medium, large) themselves. But 'Select size' ist still uppercase, and i don't know how to call this via css. I'll probably have to change more of this in the cart etc. since the brand's CI is about being lowercase all the way. Maybe you've got a pointer for me where to find a list of those elements to be altered via css. I'm not really firm with this, but eager to learn 🙂 Link to comment
Beyondspace Posted April 4, 2021 Share Posted April 4, 2021 4 hours ago, ChrisFaber said: Thanks a lot! I was able to do this within the editor using a custom value - did work for 'size' and the values (small, medium, large) themselves. But 'Select size' ist still uppercase, and i don't know how to call this via css. I'll probably have to change more of this in the cart etc. since the brand's CI is about being lowercase all the way. Maybe you've got a pointer for me where to find a list of those elements to be altered via css. I'm not really firm with this, but eager to learn 🙂 try .product-details .variant-select-wrapper:before { content: attr(data-text); display: inline-block; text-transform: lowercase; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.