[Resolved] Widget Bullet Points not showing

Home Forums Support [Resolved] Widget Bullet Points not showing

Home Forums Support Widget Bullet Points not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1595953
    Leanne

    Hi,

    Please take a look at the first sidebar widget area. The bullets are not showing up. If I change it to numbered bullets they show up, but I want bullets not numbers.

    Can you help me with this.

    #1596097
    Elvin
    Staff
    Customer Support

    Hi,

    You can try adding this CSS so the list style displays for the widget:

    #text-3 ul li {
        list-style-type: disc;
    }

    You can remove the bullet points added within the list after adding this so there’s no bullet duplicates.

    #1596107
    Leanne

    Thank you.

    That worked perfectly.

    Leanne

    #1596109
    Elvin
    Staff
    Customer Support

    Nice one. Glad it worked for you. No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.