Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-nav-tabs .x-nav-tabs-item {
padding: 0;
}
.x-nav-tabs .x-nav-tabs-item > a {
background-color: transparent;
box-shadow: none;
color: #002955;
cursor: pointer;
}
.x-nav-tabs .x-nav-tabs-item a:hover, .x-nav-tabs > .x-nav-tabs-item.active > a, .x-nav-tabs > .x-nav-tabs-item.active > a:hover {
background-color: #002955;
box-shadow: none;
color: #fff;
}
Hope this helps.
Cheers!