Home › Forums › WoodMart support forum › Categories Customization Categories Customization This topic has 4 replies, 2 voices, and was last updated 6 years, 5 months ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 18, 2018 at 4:09 pm #77812 RuiYangParticipant Hi, what is the CSS to 1) change the font size of the categories label 2) make the categories label ‘un-capitalized’ Thank you September 18, 2018 at 4:44 pm #77824 Elise NoromitMember 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 September 18, 2018 at 4:52 pm #77827 Elise NoromitMember P.s. Please provide screenshots of the categories on the page. Best Regards September 18, 2018 at 5:28 pm #77832 RuiYangParticipant This is a screenshot of what I’m talking about Attachments:You must be logged in to view attached files. September 18, 2018 at 6:59 pm #77850 Elise NoromitMember 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 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register