Hi,
You had it copied in wrong, it had a '
before the styles.
You just needed this:
.asset-bg h4.spb_heading {
display: block;
}
.asset-bg h4.spb_heading span {
background: #fff! important;
}
h4.spb_heading:before {
border-top: 2px solid!important;
}
.asset-bg h4.spb_heading span {
padding: 5px 10px!important;
}
It’s now working.
Thanks.