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

Solved

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

Rehandev
Visitor
2 0 0

Hello,

i want to hide the text  " Pay in 4 interest-free instalments for orders over $00.00 with  " from my product page. may I know to hide it? i have tried CSS but no luck.

my store link: https://musicrecordshop.com/

Thanks

Accepted Solution (1)

Zeel-prajapatii
Shopify Partner
138 32 27

This is an accepted solution.

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

 

.price-descriptors {
    display: none;
}
➔ Was I helpful , please don't forget to like and mark solution as an accepted solution , you can PM me.
➔ Software engineer : Having more than 3 years of experience in the related industry with the specialization of Shopify theme development , worked on hundreds of stores.
➔ Want to hire me? Email me

View solution in original post

Replies 2 (2)

Zeel-prajapatii
Shopify Partner
138 32 27

This is an accepted solution.

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

 

.price-descriptors {
    display: none;
}
➔ Was I helpful , please don't forget to like and mark solution as an accepted solution , you can PM me.
➔ Software engineer : Having more than 3 years of experience in the related industry with the specialization of Shopify theme development , worked on hundreds of stores.
➔ Want to hire me? Email me
Rehandev
Visitor
2 0 0

Thanks. it worked.