All things Shopify and commerce
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
Solved! Go to the solution
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
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
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
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
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
If this was helpful, hit the like button and accept the solution.
Thanks
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
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
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
Thanks so much!
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
Thanks so much!
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
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution
please hit the like button also.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024