Solved

Removing Ask a Question from product pages: is it possible?

Moukah
Visitor
3 0 0
Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

div#simpAskQuestion {
    display: none !important;
}

Thank You.

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

div#simpAskQuestion {
    display: none !important;
}

Thank You.

Moukah
Visitor
3 0 0

thank you Zworthkey, this one worked.

Nick
Shopify Staff (Retired)
4531 434 1024

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. 

To learn more visit the Shopify Help Center or the Community Blog.