Home Forums WoodMart support forum Font size categories

Font size categories

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

    Hi, how can we change the display of the text on the categories in the carousel on our front page? When displaying on mobile phone, the text looks great, but on computer is the text messy.

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

    Hello,

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

    .category-grid-item .wd-entities-title {
        font-size: 14px;
    }
    .category-grid-item .more-products>a {
        font-size: 15px;
    }

    Regards.
    Xtemos Studios.

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