Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › Dost beside the item description › Reply To: Dost beside the item description
January 2, 2019 at 7:53 am
#4471
Soft79
Keymaster
It’s because your theme’s style.css contains the following rule which overrides our css:
#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul { list-style-type: disc; }
Try adding this custom css:
#left-area ul.wjecf-cols, .entry-content ul.wjecf-cols { list-style-type: none; }