Title: Dot appearing before widget
Last modified: August 20, 2016

---

# Dot appearing before widget

 *  Resolved [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/)
 * I have a dot that is appearing before the widget I added to my page. This widget
   is from Widgets on Pages that I placed into the single post.php file using short
   codes.
 * Any ideas?
 * [http://tendig.com/top-10-expensive-yachts/](http://tendig.com/top-10-expensive-yachts/)
 * Look at the very bottom next to the video on the right.

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

 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060735)
 * You need to add in your style sheet
 *     ```
       ul {
       list-style: none;
       }
       ```
   
 * That will remove bullets from your unordered lists. However if you want bullets
   on certain lists you will have to start assigning classes.
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060737)
 * Just added that and no luck. Any other ideas?
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060743)
 * Okay…try finding this, it should be on line 1097 of your style.css
 *     ```
       .entry ul {margin: 0 0 25px 10px;}
       ```
   
 * and change it to
 *     ```
       .entry ul {
       margin: 0 0 25px 10px;
       style-type: none;
       }
       ```
   
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060749)
 * Man still nothing, shoot. Is it because it is a plugin? Do I need to change something
   with that instead of the theme css and php?
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060753)
 * Here is the css for the plugin:
 *     ```
       .widgets_on_page ul, .widgets_on_page ul li {list-style:none;background:none; style-type: none; }
   
       .widgets_on_page ul { style-type: none; list-style:none; }
       ```
   
 * I added the second line and put in style-type: none; on the first line.
 * So frustrating! Still nothing.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060771)
 * funky. how about changing this to none instead of disk, line 1099:
 *     ```
       .entry ul li {
           list-style: disc inside none;
       }
       ```
   
 * that fixed it on my screen.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060776)
 * …on your main style.css not the plugin.
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060811)
 * Nope still nothing.
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060812)
 * I have scoured the net for ways to fix this and nothing. Very odd.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060821)
 * Strange. That should have worked.
 * you could try
 *     ```
       .widgets_on_page ul {
       list-style: none;
       }
       ```
   
 * if that doesn’t work I’m out of ideas.
 *  Thread Starter [bmeredith84](https://wordpress.org/support/users/bmeredith84/)
 * (@bmeredith84)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060822)
 * So I got it:
 *     ```
       .entry ul li {
           list-style: none;
       }
       ```
   
 * I put disc inside none at first, I didn’t read your explanation correctly.
 * Thanks so much for your help! Really appreciate it.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060829)
 * Cool. Glad you got it worked out.

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

The topic ‘Dot appearing before widget’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [dmd54](https://wordpress.org/support/users/dmd54/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/dot-appearing-before-widget-1/#post-3060829)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
