Home New Guten Forums WoodMart support forum Font size mobile version

Font size mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367519

    Smarsa
    Participant

    Hello
    How to change the font size of the “Product Grid Title” mobile version

    Before that I tried it on ADVANCED TYPOGRAPHY but nothing changed

    Attachments:
    You must be logged in to view attached files.
    #367627

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-grid-item.wd-entities-title {
        font-size: 15px;
    }

    Best Regards

    #367980

    Smarsa
    Participant

    I’ve tried it, it doesn’t work to change the product grid title

    #368160

    Hello,

    Please replace the previous CSS with the following then check back.

    .product-grid-item h3.wd-entities-title {
    font-size: 15px;
    }

    If it still doesn’t work then provide the admin panel login details of the website.

    Best Regards

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