Home Forums WoodMart support forum Bullet Points in Woo commerce not showing on the front end. Reply To: Bullet Points in Woo commerce not showing on the front end.

#245516

Hello,

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

.elementor-text-editor ul > li:before {
	content: "\f113";
	font-family: woodmart-font;
	position: absolute;
	left: -20px;
	font-size: 8px;
}

Regards.
Xtemos Studios.