Home Forums WoodMart support forum How to make font size small of category in mobile view

How to make font size small of category in mobile view

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

    shadestech
    Participant

    How to make font size smaller of category
    only in mobile view
    Please provide custom css

    I attach screenshot of it

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .category-grid-item .wd-entities-title {
        font-size: 10px;
    }
    body .cat-design-default .more-products a{
    	font-size: 10px; 
    }

    The first code is for the title, the second is for more products if you need them.

    Best Regards

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