Home › Forums › WoodMart support forum › Disable capital font Disable capital font This topic has 7 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 6, 2021 at 1:55 pm #264422 jimmymussieParticipant Hello, Some of my theme elemetens have capitals, i want them all to be “normal” For example, the mobile version has the “add to cart” buttons in CAPTIAL. The category menu is in capital, but not for the dekstop version, there is almost everything good. February 6, 2021 at 4:28 pm #264444 Elise NoromitMember Hello, Please provide the page URLs and items you want to change, I will provide custom CSS. Best Regards February 6, 2021 at 5:57 pm #264451 jimmymussieParticipant Homepage – on mobile screen. The menu navigation are all capital for example. February 6, 2021 at 11:11 pm #264485 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .site-mobile-menu li a { text-transform:none; } This code would make the buttons default body .added_to_cart, body .btn, body .button, body [type=button], body [type=submit], body button { text-transform: none; } Best Regards February 7, 2021 at 10:58 am #264523 jimmymussieParticipant thx! It solved the most! Only now the mobile-nav-tabs (mobile) are capital. Do you have a css for this? February 7, 2021 at 1:09 pm #264544 Elise NoromitMember Hello, Please clarify do you mean mobile menu? I am checking and see this https://prnt.sc/yn6v6x Best Regards February 7, 2021 at 2:46 pm #264559 jimmymussieParticipant Hello, Almost there, i mean the tabs above the menu. CATEGORIE } MENU Attachments:You must be logged in to view attached files. February 8, 2021 at 12:30 am #264618 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .mobile-nav-tabs li { text-transform: none; } Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register