• Resolved rakeinfo

    (@rakeinfo)


    Hi admin,

    Is it possible to put Horizontal between each recent posts on the widget bar?

    Thank you so much

    • This topic was modified 8 years, 10 months ago by rakeinfo.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    Add this CSS code:

    .rpwwt-widget ul li {
        border-bottom: 1px solid #000;
    }

    To delete the line at the last list item, if desired:

    .rpwwt-widget ul li:last-child {
        border-bottom: none;
    }
    • This reply was modified 8 years, 10 months ago by Martin Stehle.
Viewing 1 replies (of 1 total)

The topic ‘Can I Put Horizontal between Recent Posts’ is closed to new replies.