Home Forums WoodMart support forum New Theme Issues please help ASAP Reply To: New Theme Issues please help ASAP

#357758

Bogdan Donovan
Keymaster

Hi,

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

.website-wrapper .wd-title-style-bordered .liner-continer:after, 
.website-wrapper .wd-title-style-bordered .liner-continer:before {
	border-bottom: 1px solid rgba(0,0,0,.105);
}

.website-wrapper .product-label.out-of-stock {
	font-weight: 600;
}

@media (max-width: 1024px) {
	.summary-inner .variations_form .quantity {
		margin-bottom: 10px;
	}
}

Kind Regards