Title: bulleted list problem
Last modified: August 30, 2016

---

# bulleted list problem

 *  [lorenzosaracinocom](https://wordpress.org/support/users/lorenzosaracinocom/)
 * (@lorenzosaracinocom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/)
 * Hello,
    I when I add a bulleted list to my text it adds “something” like some
   type of arrow, as shown in the image linked. It’s the same all the times I add
   a bullet anywhere. How can I fix this? Please note that it’s my first website
   and I have almost no experience with editing etc.
 * [image](http://s18.postimg.org/nbzr9uu0l/Capture.png)
 * Thanks

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

 *  [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639597)
 * Without seeing the code all I can say is somewhere in some CSS file being loaded
   in your site, there is something that may look like:
 * `... li { list-style: ...}`
 * or
 * `... li { background: ... }`
 * and that is applying the arrow you see. Without a link to the site in question,
   there’s no way to get a solid answer as to what exactly you need to look for 
   and change.
 *  Thread Starter [lorenzosaracinocom](https://wordpress.org/support/users/lorenzosaracinocom/)
 * (@lorenzosaracinocom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639613)
 * Here is a link to the website:
 * [http://www.lorenzosaracino.com/newsite/?page_id=19](http://www.lorenzosaracino.com/newsite/?page_id=19)
 *  Thread Starter [lorenzosaracinocom](https://wordpress.org/support/users/lorenzosaracinocom/)
 * (@lorenzosaracinocom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639614)
 * Ok it has something to do with the Page Builder by SiteOrigin plugin, if I deactivate
   it the problem disappears. I would prefer to keep the plugin though as it makes
   some things easier for me…
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639619)
 * You can manually add bullets using the text editor. Here’s an example.
 *     ```
       <ul>
       <li>Line 1 </li>
       <li>Line 2 </li>
       <li>Line 3 </li>
       </ul>
       ```
   
 * It will show like this:
    - Line 1
    - Line 2
    - Line 3
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639622)
 * On your page it is placing the `<ul><li></li></ul>` on each and every line.
 *     ```
       <ul>
       <li>general cleaning (metal and wood), oiling and hydrating</li>
       </ul>
       <ul>
       <li>changing or refubrishing old or leaky pads</li>
       </ul>
       <ul>
       <li>replacing thread or cork on the tenons</li>
       </ul>
       <ul>
       <li>replacing cork stopper</li>
       </ul>
       <ul>
       <li>replacing broken springs</li>
       </ul>
       <ul>
       <li>cracks fixing</li>
       </ul>
       <ul>
       <li>reshaping damaged embouchure hole</li>
       </ul>
       <ul>
       <li>retuning of individual notes (only on historically non-relevant flutes)</li>
       </ul>
       ```
   

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

The topic ‘bulleted list problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [David_G](https://wordpress.org/support/users/questas_admin/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/bulleted-list-problem/#post-6639622)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
