I want to hide discount price in quick view

Topic summary

A user seeks to hide the discount price display in their store’s quick view feature.

Proposed Solution:

  • Access the theme’s “Edit Code” section
  • Locate the theme.liquid file using the search bar
  • Insert custom CSS code directly below the <head> tag

Implementation Details:

  • A code snippet was provided (though appears corrupted in the thread)
  • A reference screenshot was shared showing the exact placement location
  • The solution uses CSS to hide the specific discount price element

Status: The question received a technical response with step-by-step instructions, but confirmation of whether the solution worked has not been posted.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hello, I want to hide this part in quick view.

URL: https://ayabaya.be

Hey @Fayed

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.