Home › Forums › WoodMart support forum › Change style of bullet list › Reply To: Change style of bullet list
October 12, 2018 at 12:38 pm
#82413
Elise Noromit
Member
Hello,
Please replace the code with this one:
.vc_tta-accordion ul li:before{
display:none;
}
.vc_tta-accordion ul li {
list-style: circle!important;
}
Add this code to the Theme Settings > Custom CSS
Best Regards