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

#22670

Bogdan Donovan
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.mobile-menu-tab .sub-menu-dropdown {
	background-color: #f3f4f5;
}

.mobile-menu-tab .sub-menu-dropdown a {
	padding-left: 38px;
}

.mobile-menu-tab .sub-menu-dropdown .sub-sub-menu {
	background-color: #dadada;
}

.mobile-menu-tab .sub-menu-dropdown .sub-sub-menu a {
	padding-left: 42px;
}

.product-grid-item .hover-content {
	display: none;
}

.product-grid-item .content-product-imagin {
	margin-bottom: -50px !important;
}

Regards