Viewing 6 replies - 1 through 6 (of 6 total)
  • GabyRangel

    (@gabyrangel)

    I’m having similar issues, and what I can see is that for some reason your list has been classified as an ordered list (I’m not sure how the list was written on the post/page you sent).

    A quick fix (maybe, as I am trying to fix a similar problem myself) would be to change this in your CSS:

    media="all"
    li {
    padding: 0;
    margin: 0;
    list-style-type: decimal;
    }

    Change the last line to show:

    list-style-type: none;

    That’s going to make your ordered lists show no numbers at all. Hope that helps.

    Thread Starter seyiobasi

    (@seyiobasi)

    i will try it. thanks

    Thread Starter seyiobasi

    (@seyiobasi)

    Thank you so much. it worked. Coincidentally, numbered lists do not show up on my published posts though i see them on preview. Would you know the code to fix this? Thanks again for your help

    GabyRangel

    (@gabyrangel)

    Heya!

    That’s because the code I gave you gets rid of ALL numbered lists on your site. Can you give me a link to a post where you’re supposed to have numbered lists but don’t show up?

    Thread Starter seyiobasi

    (@seyiobasi)

    This link below shows a sample post with bullet lists not showing. numbers dont show either
    https://www.mycareeradviser.com/test-post/

    GabyRangel

    (@gabyrangel)

    This is very odd. Let’s try something else. Undo the CSS line change I suggested at first and then I’ll go back to the original page you sent and I’ll try to find out if I can figure out why the numbers appear there for no reason.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘my pages have numbeted list on them’ is closed to new replies.