How can I make button labels bold on my collection page?

How do I make these button labels bold?

Hey @EthanOSHOP ,

Please add this to the Custom CSS in the Theme Customizer → Settings

.quick-add button {
    font-weight: bold;
}

Which you will find here

1 Like