Home Forums WoodMart support forum Customize the attribute select button Reply To: Customize the attribute select button

#527376

Hung Pham
Keymaster

Hi emp.strutzki,

Please check again https://prnt.sc/aWoWir1A5l5c Or you can decrease font-size value in mobile section.

Also, please remove this code

@media (max-width: 465px){
.single-product [class*="wd-swatches"].wd-size-xlarge {
    --wd-swatch-size: 80px;
}
}

And use below one for mobile section

.single-product [class*="wd-swatches"].wd-size-xlarge {
    --wd-swatch-size: 80px;
}

Regards,