How can I add a line under featured list title in the Dawn theme?

Hi @commondose

1: Online store > themes > Actions > Edit code > Assets > base.css

2: paste code at last

.section-template--16439127310576__166267287680815206-padding .title{
    border-bottom: 1px solid #e8e3d1;
    padding-left: 15px;
    padding-right: 15px;
}
h2#SectionHeading-template--16439127310576__16626740908345ab28 {
    border-bottom: 1px solid #e8e3d1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}