Home Forums WoodMart support forum HEader problem Reply To: HEader problem

#512512

Hello,

Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

.whb-sticky-real.whb-sticked .whb-row {
	background-color: white;
}

.wd-tools-element .wd-tools-icon {
color: black;
}

Then Go to Theme Settings -> Typography -> Advanced typography -> create a new rule with the “Main navigation links” item and change the menu color to black.

Best Regards.