How to change Variant Dropdown Font

We can use this to Custom CSS box

div.variant-option * {
    font-family: monospace !important;
}

1 Like