Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    the little square ‘bullets’ are actually background images; your theme does not suppress the default bullets in nested lists in the content;

    add to style.css / or to custom.css:

    #content .post li ul, #content .page li ul { list-style-type: none; }

    Hi,

    As it’s your nested lists which are having the problem give this ago.

    // Remove default bullets for nested items
    #content .post ul ul li, #content .page ul ul li {
    list-style: none;
    }
    Thread Starter DGrapevine

    (@dgrapevine)

    Thanks so much alchymyth and i_g_wright. I tried the first one and I am happy with the result.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullets in posts doubling up’ is closed to new replies.