Home Forums WoodMart support forum Bullets not showing Reply To: Bullets not showing

#282198

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.