Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › Dost beside the item description
Hello, on mobil, appears a dot (as a <li> code) beside the item description (The free products listed). I wanted to hide or remove this dots because don’t look good on mobile devices. Any advice?
Thanks!
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; }