Hi,
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:
- Code: Select all
.wpb-js-composer article ul li:before {
display: none;
}