Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-account .woocommerce-MyAccount-title {
background-color: #FFF;
border: 1px solid #e0bcc9;
color: #e0bcc9;
}
.woocommerce-MyAccount-navigation ul {
border-color: #e0bcc9;
}
.woocommerce-MyAccount-content>p:not(.woocommerce-info) {
background: #fff;
border: 1px solid #e0bcc9;
}
.my_account_orders tbody td,
.my_account_orders thead th {
border-color: #e0bcc9;
}
.my_account_orders tbody td{
background-color: #fff;
}
.woocommerce-orders-table__cell .button {
background: #fff;
border-color: #e0bcc9
}
.woocommerce-orders-table__cell .button:hover {
background: #e0bcc9;
}
.woocommerce-orders-table__cell .button.invoice {
margin-top: 3px;
}
.woocommerce-account .tooltipster-base {
background-color: #e0bcc9;
}
Regards