How do I remove 'Ask a Question' from my product page?

How do i remove Ask a Question from my products page?

https://moukah.com/products/waterproof-reflective-big-dog-jacket?variant=40283359150289

Moukah_0-1632826026710.png

hii, @Moukah
Paste this code on top of the theme.scss file.

div#simpAskQuestion {
    display: none !important;
}

Thank You.

Hi @Moukah ,

Can I ask which theme you’re using and if this was already built into the theme or did you add it after the fact via an app or custom code?

If it is a Shopify designed free theme, then you could be eligible for the 60 minutes of free design time if you’re also on a paid plan. If so, don’t hesitate to contact one of the advisors by clicking here and logging in to verify.

If this is a third party paid theme, then it could be good to contact the developer directly and ask them to remove it. Since they designed the theme, they would know best how to remove this if it’s possible.

If you added this after the fact from an app then the same concept would apply as the third party theme with regards to contacting the developer.

thank you Zworthkey, this one worked.