#50973 closed defect (bug) (invalid)
Bullet lists not supported
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.5 |
| Component: | Editor | Keywords: | |
| Focuses: | css | Cc: |
Description
Using WP 5.5, I wrote a news item that was supposed to have to bullet lists. In the published version there are no bullets though. I tried in two ways: besides using the lists block I alternatively used a * in front of a line, which correctly shows the bullets in the backend. This is just not transferred to the frontend, as you can see at https://linuxnews.de/2020/08/ubuntu-testet-iwd/
Change History (2)
Note: See
TracTickets for help on using
tickets.
Welcome to Trac @fethomm. Thanks for reporting this.
However, it looks like this is not an issue related to WP Core. Your theme's style has this at line 103
ul { list-style-type: none; }that hide the bullets for lists. You can remove this line change it tolist-style-type: disc;to make them appear.I'll close this ticket as invalid.