Home Forums WoodMart support forum Edit Icon List Reply To: Edit Icon List

#319448

Hello,

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

ul.wd-list .list-content {
    font-weight: normal;
}

.wd-list-style-rounded .list-icon {
    border-radius: 100px;
    padding: 10px;
}

.fa-lightbulb:before {
    margin-left: 3px;
}

Best Regards