How can I remove the quick view button from Ella theme products?

Topic summary

A user seeks help removing the quick view button from products in the Ella Shopify theme.

Proposed Solutions:

  1. Check theme settings - First verify if the theme customizer includes a built-in option to hide the quick view feature.

  2. CSS method - Add custom CSS code to base.css file (located in Themes β†’ Edit code β†’ Assets) to hide the quick view button using display properties.

  3. Theme file modification - Alternative approach involves editing the theme.liquid file by adding code before the closing </body> tag.

All responses provide technical implementation steps, though some text appears garbled or encoded. The discussion remains open with no confirmation from the original poster about which solution worked.

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

Hey guys! Can anyone help me remove the quick view part? My theme is Ella.
Here is my site www.enchantedgifts.ph

Hi @Kaymi

This is David at SalesHunterThemes.
In this case, try to find in theme customize, maybe your theme has a function to hide it.
Another way,

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

.card-quickview.card-quickviewIcon {
    display: none!important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi @Kaymi ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store β†’ Theme β†’ Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

2 Likes