Amelia - Remove accent border in post slider

If you'd like to remove the black accent border in the Amelia post slider, head to Appearance > Customize > Additional CSS. Paste the following code in the box, then click Publish.

.amelia-home .home-area .slide-excerpt-border,
html>body .slide-excerpt-border {
    border: 0 !important;
}