Shopify themes, liquid, logos, and UX
Hi!
I don't know how to remove (ask a question section) from my website although I've tried to do it through both theme customizing and modifying CSS asset.
Solved! Go to the solution
This is an accepted solution.
Hi,
You can try to add this code at the bottom of your theme.scss.liquid file:
#simpAskQuestion .button, #simpAskQuestion a.btn, #simpAskQuestion input.btn {
display:none !important;
}
Best regards,
Diamond team
This is an accepted solution.
This is an accepted solution.
here is it (website: www.laluxx.com) (password: test).
This is an accepted solution.
Oh! I thought that you would like to hide just the button.
Please add this code to hide the text also
.simpAskQuestion-Qcontent {
display: none !important;
}
Best regards,
Diamond team
This is an accepted solution.
Thank you so much! it works.
This is an accepted solution.
You are welcome
This is an accepted solution.
Hi,
You can try to add this code at the bottom of your theme.scss.liquid file:
#simpAskQuestion .button, #simpAskQuestion a.btn, #simpAskQuestion input.btn {
display:none !important;
}
Best regards,
Diamond team
This is an accepted solution.
This is an accepted solution.
here is it (website: www.laluxx.com) (password: test).
This is an accepted solution.
Oh! I thought that you would like to hide just the button.
Please add this code to hide the text also
.simpAskQuestion-Qcontent {
display: none !important;
}
Best regards,
Diamond team
This is an accepted solution.
Thank you so much! it works.
This is an accepted solution.
You are welcome
User | RANK |
---|---|
121 | |
91 | |
77 | |
72 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022