Thanks so much!
Topic summary
A Shopify store owner using the ‘Drop’ theme needs to remove Afterpay and Laybuy payment messaging that appears below product pricing, making the page look cluttered—especially when compare-at pricing is displayed with a strikethrough.
Solution Provided:
Multiple users offered CSS-based fixes involving:
- Navigating to Online Store > Themes > Edit Code
- Opening the theme’s CSS file (base.css, theme.css, or custom.css)
- Adding display: none !important rules targeting specific selectors like
.laybuy-paragraph,square-placement,.afterpay-paragraph, or.product_page__price-wrapper p
Outcome:
The original poster confirmed the solution worked and marked it as accepted.
Note: One responder mentioned that while CSS hiding works, ideally the actual code generating these elements should be located and removed from the theme files for a cleaner solution.