Title: Dots?
Last modified: August 30, 2016

---

# Dots?

 *  Resolved [dustywestern](https://wordpress.org/support/users/dustywestern/)
 * (@dustywestern)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/dots-1/)
 * Hello,
    It seems my feed has developed dots on both image thumbnails and descriptions.
   How do I remove these dots? I am using Churchope theme ver. 1.12.2
 * [https://wordpress.org/plugins/ultimate-auction/](https://wordpress.org/plugins/ultimate-auction/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/dots-1/#post-6402171)
 * Could you post your website where this is happening? Or if you want privacy, 
   write to nitesh[at]auctionplugin.net
 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/dots-1/#post-6402284)
 * Hi,
 * Looked at your site and here is what I found:
 * The dot is actually style for
    -  applied by the theme for listing in bullet format i.e content property was
      applied by the skin.css present in theme. You can edit skin.css present in
      the currently activated theme.
 * Search below code in skin.css file :
 *     ```
       .entry-content ul li:before {
       content: '0b7' ;
       color: #545454;
       font-size: 46px ;
       position: absolute ;
       top: 7px ;
       left: 4px ;
       font-family: "Times New Roman", sans-serif ; }
       ```
   
 * Remove or comment ” content: ‘0b7’ ; ”
 * But the above solution will affect all
    -  present in other pages.
    - So, to avoid the above thing add below code in ‘ ua-front-end.css ‘ file.
    -     ```
          .wdm-auction-listing-container ul li:before {
          content: '';
          }
      
          div#auction-desc-tabs ul li:before {
          content: '';
          }
          ```
      
    - NOTE: If you update plugin in future then do add these changes again because
      plugin would be overwritten.
    - Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dots?’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-auction/assets/icon-128x128.png?rev=1494738)
 * [Ultimate Wordpress Auction Plugin](https://wordpress.org/plugins/ultimate-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-auction/reviews/)

## Tags

 * [dots](https://wordpress.org/support/topic-tag/dots/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/dots-1/#post-6402284)
 * Status: resolved