Home › Forums › WoodMart support forum › Edit Icon List › Reply To: Edit Icon List
September 18, 2021 at 7:47 am
#319448

Aizaz Imtiaz Awan
Keymaster
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