Hi MrK,
Please try this CSS:
.x-tab-content .x-tab-pane:nth-child(1) .template4 .ap-pro-form-field-wrapper .label-wrap {
background-image: -webkit-linear-gradient(left, #B5371B 0%, #B5371B 100%);
}
.x-tab-content .x-tab-pane:nth-child(2) .template4 .ap-pro-form-field-wrapper .label-wrap {
}
.x-tab-content .x-tab-pane:nth-child(3) .template4 .ap-pro-form-field-wrapper .label-wrap {
}
.x-tab-content .x-tab-pane:nth-child(4) .template4 .ap-pro-form-field-wrapper .label-wrap {
}
Please add the background image code for the second to the fourth tab. Thanks!