Home Forums WoodMart support forum li element as the default bullet point Reply To: li element as the default bullet point

#62386

Hello,

Please use this code now:

body .comments-area .comment-body ul>li:before, body .entry-content>ol ul>li:before, body .entry-content>ul ul>li:before, body .entry-content>ul>li:before, body .header-banner-container>ol ul>li:before, body .header-banner-container>ul ul>li:before, body .header-banner-container>ul>li:before, body .hover-content-inner>ol ul>li:before, body .hover-content-inner>ul ul>li:before,body .hover-content-inner>ul>li:before, body .order-list ul>li:before, body .portfolio-single-content>ol ul>li:before, body .portfolio-single-content>ul ul>li:before, body .portfolio-single-content>ul>li:before, body .textwidget>ol:not(.menu) ul>li:before, body .textwidget>ul:not(.menu) ul>li:before, body .textwidget>ul:not(.menu)>li:before, body .unordered-list ul>li:before, body .unordered-list>li:before, body .wc-tab-inner>div>ol ul>li:before, body .wc-tab-inner>div>ul ul>li:before, body .wc-tab-inner>div>ul>li:before, body .woocommerce-product-details__short-description>ol ul>li:before, body .woocommerce-product-details__short-description>ul ul>li:before, body .woocommerce-product-details__short-description>ul>li:before, body .woocommerce-terms-and-conditions>ol ul>li:before, body .woocommerce-terms-and-conditions>ul ul>li:before, body .woocommerce-terms-and-conditions>ul>li:before, body .woodmart-entry-content>ol ul>li:before, body .woodmart-entry-content>ul ul>li:before, body .woodmart-entry-content>ul>li:before, body .woodmart-text-block>ol ul>li:before, body .woodmart-text-block>ul ul>li:before,body .woodmart-text-block>ul>li:before, body .wpb_text_column .wpb_wrapper>ol ul>li:before, body .wpb_text_column .wpb_wrapper>ul ul>li:before, body .wpb_text_column .wpb_wrapper>ul>li:before {
    content: "\f111";
		font-size:5px;
		color:rgba(0, 146, 188, 1);
                font-family: "fontawesome";
}

Best Regards