Repository Forums Support WooCommerce Extended Coupon Features PRO Dost beside the item description

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4470
    sheilamondelima23
    Participant

    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!

    #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; }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.