Home Forums WoodMart support forum ::marker Reply To: ::marker

#339275

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.elementor-icon-list-items{
	list-style: none;
}
.elementor-icon-list-items li:before {
    margin-right: 10px;
    font-size: 8px;
    content: "\f114";
    font-family: "woodmart-font";
}

Best Regards