Home Forums WoodMart support forum Problem with header Reply To: Problem with header

#239428

Hello,

I have revisited your website.

The actual issue is the overlap header that is enabled for the header. As the header is displayed but it is transparent that’s why it is not displayed correctly.

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

.woodmart-archive-shop header.whb-header {
	margin-bottom: 110px;
}

.woodmart-archive-shop .whb-color-light:not(.whb-with-bg) {
	background: #212121 !important;
}

Then clear cache and check back.

Regard’s.
Xtemos Studios.