• Resolved lynneinjapan

    (@lynneinjapan)


    The theme I’m using is Eduma (LearnPress), and my unordered bulleted lists look fine in the editor but are displaying on the actual page without the bullets. The editor interface is just the classic editor I think – not the block editor, anyway.

    (Numbered lists ARE displaying correctly, but I want bullets, not numbers!)

    I’ve searched the forum and found several fixes that involve inserting additional CSS along the lines of
    .entry-content ul {
    list-style-type: square;
    }

    but these aren’t making any difference.

    (I’m inserting the code in Customise > General > Custom CSS & JS > Custom CSS, which I THINK is the right place!)

    Can anyone advise (in non-techy terms) on what else might be causing the problem and what I can do to fix it?

    Thanks!

    • This topic was modified 2 years, 1 month ago by lynneinjapan.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following:

    .pmpro-has-access ul {
        list-style-type: square!important;
    }
    Thread Starter lynneinjapan

    (@lynneinjapan)

    Thanks wlpdrpat, that’s done the trick!

    I’m not quite sure what the relevance is of the other two responses though – they look a bit spammy to me.

    • This reply was modified 2 years, 1 month ago by lynneinjapan. Reason: Marking as resolved
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet points not showing in unordered lists’ is closed to new replies.