How can I fix the spacing and the design of the variant picker texts? It looks bad now

I want to fix the spacing of those and maybe the size should decrease very slightly. How to do that? Thanks!

Hello @Jim3 ,

I hope you are well!

Please copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.

label.variant__label {

font-size: 10px !important;

}

And it will be changed like

Okay, thanks. That worked. But how to decrease the letters spacing?

Please copy and paste the below code to the same place.

.label, label:not(.variant__button-label):not(.text-label) {
text-transform: uppercase;
}

This will decrease/change the spacing of the letters.