Home › Forums › WoodMart support forum › product page bullets › Reply To: product page bullets
March 10, 2021 at 2:35 pm
#272431
Elise Noromit
Member
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