Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    Go in the backend of your site to the Customizer’s panel “Additional CSS” and paste this code there:

    .rpwwt-widget ul li {
        border-bottom: 3px solid #d1d1d1;
        padding-bottom: 1em;
    }

    If you do not want a seperator at the end of the list add this code below the above code:

    .rpwwt-widget ul li:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
    }
    Thread Starter inonz987

    (@inonz987)

    Hello Martin,

    Your solution work perfectly.
    Many thanks.

    Plugin Contributor Martin Stehle

    (@hinjiriyo)

    You are welcome! If you like the plugin I would be glad about your review.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Separator between post’ is closed to new replies.