Okay
  Public Ticket #3124937
Text box
Closed

Comments

  • paganr started the conversation

    In the Text Editor I have selected a section to be bulleted items but the bullets are not showing up (see attached file).  How do I make the bullets show?

  • [deleted] replied

    Ok can you please share the page url and admin creds in private reply

  •   paganr replied privately
  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .elementor-container ul li{list-style:disc inside;}


  • paganr replied

    Ok, now there's are bullets but the additional text rows under the first row should line up with the first row, not the actual bullet.

    See attachment.

  •  390
    Ripul replied

    I am sure that some third party CSS is conflicting here.

    I am updating the previous code , please use this one below and remove the one you used.

    .elementor-container ul > li{
     list-style:disc outside;
     padding-left:1rem;
    }
    
  • paganr replied

    Yes, that fixed it. Thank you.

  • [deleted] replied

    thanks closing this one .