1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Unordered list bullets won't show

Discussion in 'Free Divi Community Forum' started by Ian Greig, Feb 22, 2026.

  1. Ian Greig

    Ian Greig New Member

    I have a short list within my paragraph copy and it shows at bulleted in the text pane and I have set it to be an unordered list.

    Here's the Permalink
    https://otteryheritage.org.uk/2026/02/news-and-developments

    It renders on the page as a list — but a list without bullets. The bullets are not showing. I have been all over the Divi Content and Design settings to ensure they are set to unordered list, but it always seems to have reverted back to plain to Paragraph when I check it again following the latest refresh.

    The screenshot shows the setting I am trying to save and apply:
     

    Attached Files:

    #1 Ian Greig, Feb 22, 2026
    Last edited: Feb 22, 2026
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  2. Divi Booster

    Divi Booster Divi Expert

    Hey Ian,

    You have this CSS applying on the page:

    Code:
    Log In or Sign Up to view this code.
    It's hiding the bullets on the individual list items, overriding the main list bullet settings.

    From the look of it, it's probably being set somewhere in the Post Content module in your theme builder body template.

    If you aren't trying to hide bullets anywhere else in your post content, you should just be able to remove this CSS (or unset it if it's coming from a setting).

    If you are actually hiding bullets elsewhere, you could selectively override that CSS by, for example, adding this to the Custom CSS in the individual pages where you want the bullets to show:

    Code:
    Log In or Sign Up to view this code.
    That will make it just use whatever bullet type is set on the main list (<ul>), which in the current case is a hollow circle bullet.

    Hope that helps!