他们在主页的主题中使用了更具体的标识符。
试试这个:
.be-section .be-row:not(:last-child) .column-block h5:last-child {
margin-bottom: 10px !important;
}
当然,您可以将边距更改为您想要的任何值。
好的,试试这个:
#main .be-section .be-row:not(:last-child) .column-block h5:last-child {
margin-bottom: 5px !important;
}