• Resolved Rose

    (@va-cape)


    I’m using WPFunnels Pro with DIVI Builder and have noticed that the Unordered/Ordered lists are not showing bullets/numbers on the WPFunnels page template but they are present on the DIVI builder text block.

    Please advise how to remedy this. Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support C S Sultan

    (@cssultan)

    Hi @va-cape , can you share the link to the page in question so that we can take a look?

    Thanks.

    Thread Starter Rose

    (@va-cape)

    Hi– the part below the prices on this page are an unordered list: https://callingsandcourage.com/scheduling-boundaries

    Thank you.

    Thread Starter Rose

    (@va-cape)

    Hi @cssultan — any suggestions on how to fix this issue? you will also see the bullet points are missing in the same text portion on the checkout page..

    Plugin Support C S Sultan

    (@cssultan)

    Hi @va-cape , thanks for sharing. I will reply here once one of our developers takes a look.

    We will probably prepare a code snippet for you which you can use to make it work.

    Thanks.

    Thread Starter Rose

    (@va-cape)

    Hi @cssultan, thanks for letting me know but I have found the issue in the template css code… below is how it’s showing up with the list-style set to ‘none’.

    .wpfunnel_steps-template ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

    I’ve changed the list-style to ‘inherit’ which has solved the problem.

    .wpfunnel_steps-template ul {
    list-style: inherit;
    margin: 0;
    padding: 0;
    }

    • This reply was modified 1 year, 10 months ago by Rose.
    Plugin Support C S Sultan

    (@cssultan)

    Hi @va-cape , that’s great!

    We would have provided a similar snippet.

    Sorry that you had to find a solution before we did.

    Feel free to reach us again if you face more issues. We will try to improve our templates to avoid similar cases.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unordered & Ordered lists are not showing bullets/numbers’ is closed to new replies.