Home › Forums › WoodMart support forum › Customization of main header color Customization of main header color This topic has 1 reply, 2 voices, and was last updated 2 weeks ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 15, 2025 at 10:37 pm #654419 hola-3548Participant Hi, I want to know how to customize the fixed header. I want it to be white with black text and icons. This doesn’t change the transparent header, which I want to be white. Attachments:You must be logged in to view attached files. April 16, 2025 at 2:12 pm #654605 Aizaz Imtiaz AwanKeymaster Hello, Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS: body .whb-sticked .whb-general-header { background-color: white; } .whb-sticked :is(.color-scheme-light,.whb-color-light) .wd-nav[class*="wd-style-"] { --nav-color: #001c55; --nav-color-hover: #001c55; --nav-color-active: #001c55; --nav-chevron-color: #001c55; } .whb-sticked .wd-tools-element>a { color: black !important; } Best Regards, Author Posts Tagged: fixed header Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register