How to add a faint line between accordions to show seperation

Hi,

how do i add a line between accordions like this:

right now, mine looks like:

My code is:

@Juztean

Try this css class

.accordion { border-bottom: 1px solid #000;}

Thanks!

Hi @dmwwebartisan

It adds a line at the bottom, very nice. Can I add one at the top too? But if i do bottom-top, there will be double lines