Home › Forums › WoodMart support forum › Edit Menu Edit Menu This topic has 4 replies, 2 voices, and was last updated 2 years, 7 months ago by Aizaz Imtiaz Awan. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 27, 2022 at 3:48 am #371228 rivermanParticipant Hello How can I change the background and menu text color? Also how can I reduce the space between the menu and the slideshow? April 27, 2022 at 11:42 am #371321 Aizaz Imtiaz AwanKeymaster Hello, 1. You can edit the background of the header builder from Woodmart >> Header builder. Screenshot for Clarification: https://gyazo.com/6b5db58445d47fa3006e80bb7a3f7e8a You can set the menu color from Typography settings under Theme Settings >> Typography. 2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .main-page-wrapper { padding-top: 0; } Best Regards April 27, 2022 at 11:54 pm #371488 rivermanParticipant Hello In Theme Settings >> Typography, how can I change the font color only for the menu and hover? April 28, 2022 at 12:22 am #371490 rivermanParticipant https://prnt.sc/svRnYOiVemXD April 28, 2022 at 11:15 am #371617 Aizaz Imtiaz AwanKeymaster Hello, I have changed the color of the header font color to light. To change the hover color try adding the following Custom CSS. .wd-nav[class*=”wd-style-“]>li>a:hover { color: orange; } Best Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register