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 #1368623
Bullet list in Tag text
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,

    may I ask if there is some way to show bullet list in a Tag text? Im adding it inside WP but when I publish it, it doesn't show up.

    thank you

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .penci-category-description ul, .penci-category-description ol{ padding-left: 20px; }
    .penci-category-description ul li { list-style: circle; }

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    awesome, thank you!