Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ricklndn

    (@ricklndn)

    thanks Hudson, I got help from another forum;
    ——————————

    ok you have css that does

    .inner-page-content article.article-content ul li::before {
    content: “\f046”;
    font-family: FontAwesome;
    color: #b6d91a;
    position: absolute;
    left: 0;
    }

    so if your theme has a custom css area, suggest you add the following

    .inner-page-content article.article-content ul li::before {
    content: none !important;
    }
    ————————————–
    I put that code in my css and it went away

Viewing 1 replies (of 1 total)