Hi,
I am using the Brooklyn theme and was wondering how I go about changing the variant labels to bold.
Thanks in advance.
Hi,
I am using the Brooklyn theme and was wondering how I go about changing the variant labels to bold.
Thanks in advance.
Please place this code at the end of theme.scss
.single-option-radio label {
font-weight: 1000 !important;
}