Home › Forums › WoodMart support forum › Capital letters Capital letters This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 10, 2019 at 12:38 pm #101128 strykerParticipant Hi, how do I change capital letters in the menu? January 10, 2019 at 3:40 pm #101166 Elise NoromitMember Hello, You need to change the Primary color to change the color of the price filter http://prntscr.com/m5fnf1 Please add this code to the Theme Settings > Custom CSS > Global to remove capitalization body .widget-title { text-transform: none; } Best Regards January 11, 2019 at 7:29 am #101281 strykerParticipant Thx, works with widgets. How to fix the menu and categories? January 11, 2019 at 8:51 am #101314 Elise NoromitMember Hello, Add this code: body .woodmart-navigation .item-level-0 > a { text-transform: none; } body .category-grid-item .category-title { text-transform: none; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register