Home › Forums › WoodMart support forum › Bullets not showing › Reply To: Bullets not showing
April 13, 2021 at 7:41 am
#282198
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.entry-content ul > li:before {
position: absolute;
margin-top: 5px;
left: -5px;
font-size: 8px;
content: "\f113";
font-family: woodmart-font;
}
Regards.
Xtemos Studios.