Home Forums WoodMart support forum product page bullets Reply To: product page bullets

#272431

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.wpb_text_column .wpb_wrapper>ul>li:before{
display:none;
}
.wpb_text_column .wpb_wrapper>ul>li{
list-style-type:disc;
}

Best Regards