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!
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
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!
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
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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025