• Resolved dgrcomms

    (@dgrcomms)


    Hi, is there are way to add bullets to the list. I have tried adding css but I cannot get it to work.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Luigi Cavalieri

    (@_luigi)

    Hello,
    the bullets don’t show up because the theme builder installed on your site acts on the ::marker pseudo-element of the list’s items.

    A workaround is to use the following CSS rule:

    .site-tree-list li::marker {
        color: #734b63;
    }

    Regards,
    Luigi

    Thread Starter dgrcomms

    (@dgrcomms)

    Thank you so much for your quick response! That worked ??

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