Home Forums WoodMart support forum Bullets not showing

Bullets not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281791

    warylad
    Participant

    hi pls see pvt link the bullets are not showing in product description area on front end, what could be wrong, i applied clear formatting to remove any css but still not works!

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)