Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like the way that Page Builder works, it creates different widget areas where you can insert widgets, and there’s a rule in the theme’s stylesheet that sets the list-style to none for any list items inside of a widget. It looks like you have a custom CSS option or plugin (if not, activate JetPack’s Custom CSS option) and try adding this rule:

    
    .so-panel.widget ul li {
       list-style: inherit;
    }
    
    Thread Starter TheRevisionist

    (@therevisionist)

    Hey thanks man! That definitely worked ??

    What does .so-panel refer to, by the way? A section of the page built with pagebuilder?

    Yes, if you see an element that has a class that starts with so- (for Site Origin), then that element was probably put in by Page Builder.

    Hi @crouchingbruin,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Thanks,
    Vinod Dalvi

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How come lists aren’t showing any dots or dashes to indicate a list?’ is closed to new replies.