Shopify themes, liquid, logos, and UX
I use flex theme and i want to change the size of variant text , im sure is with code but i tryed many things but seems that it doesnt work
i want to change the size of the all textes like grey marble sesame ecc not the label , is it possibile?
thats my page
Thx
Solved! Go to the solution
This is an accepted solution.
Hi @Olaf5
Try this one.
<style>
.swatch [data-variant-option-available=false]+.swatch-element label {
font-size: 20px;
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @Olaf5
You can try this one:
BF:
AT:
Here is the code:
fieldset.swatch > .swatch__options > .swatch__option > .swatch-element > label {
font-size: 20px !important;
}
You can add in custom CSS field.
Hope this can help!
Best,
Daisy
This is an accepted solution.
Hi @Olaf5
Try this one.
<style>
.swatch [data-variant-option-available=false]+.swatch-element label {
font-size: 20px;
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @Olaf5
You can try this one:
BF:
AT:
Here is the code:
fieldset.swatch > .swatch__options > .swatch__option > .swatch-element > label {
font-size: 20px !important;
}
You can add in custom CSS field.
Hope this can help!
Best,
Daisy
Thank you guys both works
Thank you another time for your help😉
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024