Help removing afterpay and laybuy information form my product pages

Solved

Help removing afterpay and laybuy information form my product pages

Holly18
Excursionist
20 0 3

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
2401 695 830

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Guleria
Shopify Partner
3987 795 1133

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

GTLOfficial
Shopify Partner
769 160 169

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
2401 695 830

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Holly18
Excursionist
20 0 3

Thanks so much!

 

Guleria
Shopify Partner
3987 795 1133

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Holly18
Excursionist
20 0 3

Thanks so much!

GTLOfficial
Shopify Partner
769 160 169

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
769 160 169

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