Mobile device text size change
-
Hi,
I have attached an image here. My developer changed the product layouts so desktop shows 3 images per line and mobile device only shows one. Since then the text size has changed. How can I change only the mobile text size?
Thanks,
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-grid-item h3.wd-entities-title {
font-size: 25px !important;
}
Best Regards.