Home › Forums › WoodMart support forum › Font size Header bottom Font size Header bottom This topic has 5 replies, 2 voices, and was last updated 1 year, 7 months ago by Luke Nielsen. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 28, 2023 at 12:03 pm #454749 teplospektrParticipant Screenshot 1: How to change the font size Screenshot 2: How to remove the text “Wrong menu selected” Attachments:You must be logged in to view attached files. March 28, 2023 at 4:28 pm #454846 Luke NielsenKeymaster Hello, 1. In order to change the menu items size, please navigate to Theme Settings -> Typography -> Advanced -> create a rule with the “Main navigation links” condition and change font size in the appropriate field. https://monosnap.com/file/vmMAoXWiIRhwkHsk6BCG3jimUy4ZAo 2. Edit your Header via WoodMart -> Header builder and remove the “Menu” element (https://prnt.sc/S0WJKtjhYQNT). Kind Regards March 29, 2023 at 9:21 pm #455314 teplospektrParticipant How to change catalog font size and cart amount Attachments:You must be logged in to view attached files. March 30, 2023 at 10:43 am #455477 Luke NielsenKeymaster Hello, The below code will help you to change these things: 1) Changing the size of “Browse Categories”: .wd-header-cats .menu-opener-icon:not(.custom-icon):after, .wd-header-cats .menu-opener .menu-open-label, .wd-header-cats.wd-style-1 .menu-opener:after { font-size: 11px ; } 2) Changing the size of the cart amount: .wd-header-cart .wd-cart-subtotal .amount { font-size: 11px } Paste that into the “Desktop CSS” area in Theme Settings -> Custom CSS. Kind Regards March 30, 2023 at 12:46 pm #455538 teplospektrParticipant Only the basket changes. Menu no change Attachments:You must be logged in to view attached files. March 30, 2023 at 5:24 pm #455689 Luke NielsenKeymaster Hello, I have fixed that, please check the issue again and let me know. Don’t hesitate to let me know if you need any further help or any other info. Kind Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register