Home › Forums › WoodMart support forum › Grid lines Menu Grid lines Menu This topic has 3 replies, 2 voices, and was last updated 6 months ago by Luke Nielsen. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 16, 2024 at 12:33 pm #573022 RS53Participant Hi, Is it possible to remove the grid lines in the menu bar? Please see example. They appear only if there is a subcategorie available and for drop down. Thanks. Attachments:You must be logged in to view attached files. June 17, 2024 at 10:32 am #573105 Luke NielsenKeymaster Hello, Try to use the code below for help: .mobile-nav .wd-nav-opener { border-left: none; border-bottom: none; } Define it in Theme Settings -> Custom CSS. Kind Regards June 17, 2024 at 9:32 pm #573341 RS53Participant Thanks, works with !important behind both lines. How to change the entire background color of the menu and the font color? June 18, 2024 at 2:17 pm #573513 Luke NielsenKeymaster Hello, Check the code below for help: .mobile-nav .wd-nav-mobile li a { color: #333; } .mobile-nav { background-color: #f2e4e4; color: #da2222 } .mobile-nav .wd-nav-mobile li:is(.current-menu-item,.wd-active)>a { color: yellow } Kind Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register