How to Hide " Pay in 4 interest-free installments for orders over $00.00 with "

Hey @Rehandev you can add css to your “styles.css” file.

.price-descriptors {
    display: none;
}