Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #435877

    Hi.

    I am trying to change all list bullets to square on my site. I added the following lines to Quick CSS

    #main .entry-content li{
    list-style-type: square;
    }

    but it doesn’t work.

    Please help, many thanks.

    #436186

    Hi gorkas!

    Please add following code to Quick CSS

    .entry-content-wrapper div li { list-style: square !important; }

    Cheers!
    Yigit

    #436200

    Thank you kindly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change all list bullets to square’ is closed to new replies.