• Resolved hmmcrunchy

    (@hmmcrunchy)


    Hey there, great plugin, but when I put in a list, bullet pointed or numbered, it shows fine in the back and but it’s all taken away in the front end

    I’m using Divi builder on pages but not on the docs posts, and lists work everywhere else

    WordPress 5.9.2
    Betterdocs Version 2.0.10

    • This topic was modified 2 years, 8 months ago by hmmcrunchy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @hmmcrunchy,

    I hope you’re doing well.

    It seems you are having a style conflict on your website and you can easily overcome it by using some Custom CSS. Here the Custom CSS is given below –

    .betterdocs-content ol {
      list-style: number;
      margin-left: 20px;
    }
    
    .betterdocs-content ul {
      list-style: disc;
      margin-left: 15px;
    }

    You can simply add Custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize. After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    Please try this and let me know how it goes.

    Thank you

    Thread Starter hmmcrunchy

    (@hmmcrunchy)

    perfect that’s sorted it

    thanks very much indeed for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bullet points and lists disappearing’ is closed to new replies.