No nvm, I fixed it.
Thank you !
Topic summary
A user wants to modify variant picker buttons on their product page: making them rectangular (removing rounded corners) and making the ‘SIZE’ label text bigger and bold.
Solution provided:
- Add CSS code to
base.cssfile:font-weight: 600for the form label to make it boldborder-radius: 0 !importantto make buttons rectangular
Additional requests addressed:
- Another user asked how to remove the “Select Size” text entirely, solved by adding
display: noneCSS to the form label - A third user inquired about keeping color swatches as colors instead of text labels, but resolved it independently
Status: Original issue resolved successfully. The CSS modifications are applied through the theme’s code editor (Online Store → Theme → Edit code).