Home Forums WoodMart support forum Google map info box customization Reply To: Google map info box customization

#244879

Hello,

I saw the screenshot you attached and visited your website. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-google-map-content-wrap>.woodmart-google-map-content {
	background-color: transparent;
	margin-top: 20px;
}

Best Regards.