Shopify themes, liquid, logos, and UX
Hi there, I’m running my store on Dawn theme and am trying to make the variant selector pills text smaller because right now the pills text is too large and it makes the pills too large. See image below. Does anyone know the code I can put in base CSS or somewhere to enable me to edit the pills? Thank you <3.
Solved! Go to the solution
This is an accepted solution.
Hi @WWJDWR
We can adjust the size cause it will be squeeze out but we can reduce the padding.
Check this one.
.product-form__input input[type='radio'] + label {
padding: 0.7rem 1rem !important;
}
This is an accepted solution.
Hi @WWJDWR
We can adjust the size cause it will be squeeze out but we can reduce the padding.
Check this one.
.product-form__input input[type='radio'] + label {
padding: 0.7rem 1rem !important;
}
Hello @WWJDWR
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-form__input input[type='radio'] + label {
font-size: 1rem !important;
margin: 0.5rem 0.5rem 0.3rem 0 !important;
padding: 0.5rem 1rem !important;
}
User | RANK |
---|---|
210 | |
166 | |
70 | |
55 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023