hey i have kodo theme how can i make a bigger circle to my variant thank you for the help
what do you mean “bigger circle”? Can you please try to explain a bit more what you are trying to do.
Can you post a link to your site or the page on the theme demo?
i want make it look bigger on the size of the variant its look small thank you
you want the thumbnail image to be larger?
your styles.css file has
.swatch label {
border: 1px solid #e5e5e5;
float: left;
font-weight: 400;
font-size: 13px;
min-width: 35px!important;
height: 35px!important;
line-height: 32px;
margin: 0;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}
change the
min-width: 35px!important;
height: 35px!important;
to your desired size


