Help removing afterpay and laybuy information form my product pages

Solved

Help removing afterpay and laybuy information form my product pages

Holly18
Tourist
10 0 2

Can someone please help me! I am trying to remove the Laybuy and Afterpay text from below my pricing in my store but I can't seem to find it in the code, and I don't have any apps installed for it. It's making my page look messy and the first one has a line through it when I add compare at pricing. Any help very appreciated! My theme is 'Drop'. Example: https://salourlingerie.com/products/rochelle-bodysuit

Accepted Solutions (3)

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

Hi @Holly18,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

square-placement,
.laybuy-paragraph {
    display: none !important;
}

 

Here is the result

BSSTekLabs_0-1723863922896.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Guleria
Shopify Partner
3393 675 957

This is an accepted solution.

Hello @Holly18 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

.laybuy-paragraph {
    display: none !important;
}
square-placement {
    display: none !important;
}

 

Note: This is a css solution but personally I recommend to find the actual code and remove it from theme files.  

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

GTLOfficial
Shopify Partner
458 90 89

This is an accepted solution.

Hello @Holly18 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code at the end of the file.

.product_page__price-wrapper p {
display: none !important;
}
.afterpay-paragraph {
display: none !important;
}

result
1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 6 (6)

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

Hi @Holly18,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

square-placement,
.laybuy-paragraph {
    display: none !important;
}

 

Here is the result

BSSTekLabs_0-1723863922896.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Holly18
Tourist
10 0 2

Thanks so much!

 

Guleria
Shopify Partner
3393 675 957

This is an accepted solution.

Hello @Holly18 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

.laybuy-paragraph {
    display: none !important;
}
square-placement {
    display: none !important;
}

 

Note: This is a css solution but personally I recommend to find the actual code and remove it from theme files.  

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Holly18
Tourist
10 0 2

Thanks so much!

GTLOfficial
Shopify Partner
458 90 89

This is an accepted solution.

Hello @Holly18 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code at the end of the file.

.product_page__price-wrapper p {
display: none !important;
}
.afterpay-paragraph {
display: none !important;
}

result
1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

GTLOfficial
Shopify Partner
458 90 89

Thanks for accepting the solution
please hit the like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh