Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3390080
Elementor Bullet Point cannot work
Closed

Comments

  • Frankie started the conversation

    Hi,

    I use Soledad and Elemenor to edit my website, but I found that the Bullet point made by the Elementor text editor widget and tablepress plugin cannot be displayed. Only the Penci text block can display the bullet point normally. Since I need to display the Bullet list in the table, please can there be a solution?

    thanks

  •  2,485
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .tablepress ul {
      padding-left: 20px;
    }
    .tablepress ul li {
      margin-bottom: 6px;
      position: relative;
      list-style-type: square;
      line-height: 1.7;
    }
    .tablepress ul > br {
      display: none;
    }

    Regards,
    PenciDesign.



  • Frankie replied

    Thanks for your reply, it worked.