Home Forums WoodMart support forum Customize AJAX Products tabs Reply To: Customize AJAX Products tabs

#496859

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix these issues:

1.

body .wd-add-btn-replace .add-to-cart-loop:before {
	content: "\f11a";
}

2.

.wd-single-breadcrumbs .breadcrumb-last,
.wd-single-breadcrumbs .breadcrumb-link-last:after{
	display: none;
}

.wd-single-breadcrumbs .breadcrumb-link-last {
  margin-right: 0;
	color: var(--color-gray-800);
	font-weight: 600;
}

Kind Regards