Inserting horizontal line between posts in WP Show Posts
-
We use your WP Show Posts to list posts in various parts of our website. An example is https://uuhamilton.ca/tims-cyre-blog/
Elsewhere in the website, we use Event Organiser to present lists of our events such as upcoming services: https://uuhamilton.ca/upcoming-sermons/. I have figured out a way to add the horizontal line and custom spacing between events in the event list using Event Organiser.
But, I have not been able to figure out how to do the same for posts using your WP Show Posts plugin. I have spent a bunch of time on your support forum and tried several things in Simple CSS to implement this with no success. My most recent effort was this:
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
border-bottom:1px solid #D5d34a;
margin-bottom:10px;
}It doesn’t work.
Do you have any suggestions?
The page I need help with: [log in to see the link]
- The topic ‘Inserting horizontal line between posts in WP Show Posts’ is closed to new replies.