• Resolved erbrown777

    (@erbrown)


    I’m loving this theme. Thank you.

    Please could you direct me how to add bullets to widgets that provide a list. I’m not referring to text widgets, but widgets that generate latest posts, for example.
    https://myschoolstuff.co.za/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #right-sidebar .widget-area aside ul li {
    list-style: inherit;
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 0 10px;
    width: 90%;
    }

    Thread Starter erbrown777

    (@erbrown)

    Awesome support. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets in widgets list’ is closed to new replies.