Home Forums WoodMart support forum Change font to impact, it works only in desktop but doesn't work in mobile Reply To: Change font to impact, it works only in desktop but doesn't work in mobile

#203120

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .labels-rectangular .out-of-stock {
    font-size: 15px;
}

You can use this selector in the Advanced typography body .labels-rectangular .out-of-stock

Best Regards