Viewing 1 replies (of 1 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    You can add visual dividers via CSS with the selection .rpwwt-widget ul li. The code could be like:

    .rpwwt-widget ul li {
        border-bottom: 1px solid #666; /* dark grey solid line */
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Dividers??’ is closed to new replies.