You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (max-width: 767px) {
.breadcrumbs, .product-upsell__content, .variant__countdown {
font-size: 15px !important;
}
.product__price-and-badge .product__price, .product__block.product__description.rte.aos-init.aos-animate {
font-size: 16px !important;
}
.product__price--off {
font-size: 10px !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.