Home Forums WoodMart support forum Mobile device text size change

Mobile device text size change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #471036

    alkanzorba
    Participant

    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.
    #471168

    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.

Viewing 2 posts - 1 through 2 (of 2 total)