Home › Forums › WoodMart support forum › strange symbols in posts › Reply To: strange symbols in posts
October 14, 2017 at 9:35 am
#21643
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .type-post ul {
padding-left: 0;
}
body .type-post ul > li:before {
display: none;
}
Regards