Home Forums WoodMart support forum menu colors Reply To: menu colors

#242573

Hello,

I saw the screenshot you attached.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.whb-color-dark .navigation-style-default .item-level-0 > a {
	color: orange;
}

.whb-header-bottom {
	background-color: red !important;
}

Regards.
Xtemos Studios.