Home Forums WoodMart support forum Categories Customization

Categories Customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #77812

    RuiYang
    Participant

    Hi, what is the CSS to

    1) change the font size of the categories label
    2) make the categories label ‘un-capitalized’

    Thank you

    #77824

    Hello,

    Please provide the page URL we shall provide you with CSS. If your site is under maintenance, please provide site admin access.

    Best Regards

    #77827

    P.s. Please provide screenshots of the categories on the page.

    Best Regards

    #77832

    RuiYang
    Participant

    This is a screenshot of what I’m talking about

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

    Hello,

    Try this code:

    .category-grid-item .category-title {
        text-transform: lowercase;
        font-size: 30px;
        font-weight: 600;
      

    color: #333;
    }

    Change the code as per your needs and add it into Theme Settings > Custom CSS

    Best Regards

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