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 Beyondspace 1 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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 🙂 Beyondspace 1 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; } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment