Home › Forums › WoodMart support forum › Menu Item Color Menu Item Color This topic has 3 replies, 2 voices, and was last updated 7 years ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 26, 2018 at 9:41 pm #54892 gzelascoParticipant Iam using the new header builder tool Where should be change menu item color? From Typography, from color and style, from the header builder itslef? April 27, 2018 at 5:04 am #54906 Elise NoromitMember Hello, In order to change colors navigate to Woodmart > Header Builder > your menu and find this editing option http://prntscr.com/jao6kj Then find http://prntscr.com/jao7cm options to set light or dark color for the font as well options for background. If you need something specific provide screens, I will provide custom CSS. Best Regards April 27, 2018 at 11:10 am #54982 gzelascoParticipant Hi, light or dark color is not a color Could you please provide custom CSS for a specific color? #dd8500 April 27, 2018 at 1:57 pm #55034 Elise NoromitMember Hello, Please try this code: .whb-header-bottom .main-nav .item-level-0 > a{ color:#dd8500; } /*on hover*/ .whb-header-bottom .main-nav .item-level-0 > a:hover{ color:#dd8500; } Please the color on hover if you need or delete the code. Add this CSS to Theme Settings > Custom CSS Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register