Hi,
How I can add border radius to the dropdown size selector in the product page?
Site URL: ellsoll.com
Hi,
How I can add border radius to the dropdown size selector in the product page?
Site URL: ellsoll.com
Hi @Ell_Soll
Try this one.
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
border-radius: 5px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
I have put the code in the base.css and it’s not work.
Maybe other file?
Re-edit it add important.
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
border-radius: 5px !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Which border, the thick one? Or border in the sizes?
The thick one.
Yup check this one. Or paste it on the buttom where you add the previous code.
.select__select, .customer select:active {
box-shadow: none !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!