Removing Underline from Button in Stiletto Theme

Hi BellesandBells

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme**.css** and add this code at the end of the file

.grid-item__button.section-blocks__button {
    border-bottom: unset !important;
}

Result:

Best,
Liz