How to remove "add to cart" button from Collections ONLY

Topic summary

A user running Theme434 (version 1.0.0 on Monsterify) needed to remove the “add to cart” button specifically from collection pages. Previous solutions hadn’t worked for their theme.

Solution Provided:

  • Navigate to: Online Store → Theme → Edit code → style.scss.css
  • Add CSS code at the bottom: .btn.btn_options { display: none; }

Outcome:
The solution successfully resolved the issue for the original poster.

Follow-up:
Another user requested similar help for the “galepet” theme from ThemeForest, noting that previous recommendations haven’t worked for their setup. This remains unresolved.

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

I have tried several of the suggestions but they don’t work for my theme.. can any help with a suggestion specific to our theme?

Theme434
Last saved: 7:11 am

Monstrify version 1.0.0

Our site is live..

https://elev8offroad.com/

Hi @ghayes54

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->style.scss.css ->paste bellow code in bottom of file

a.btn.btn_options {

display: none;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Work great! THANK YOU!!!

1 Like

You are welcome @ghayes54 :blush:

HI Richard,

Would you know how to do this on the galepet theme by theme forest. I have tried a few of your recomendations but nothing is working.

Many thanks.