All things Shopify and commerce
Hello everyone, I have been experiencing some troubles about customizing my web site, I have added this code to my price.liquid snippet
unfortunately that piece of code shows in my website like this:
As you can see it seems like it is taking that like html, could you help me to give me so guide about what am I doing wrong? thanks a lot 🙂
Try this css code there
{% raw %}
<style>
.product-form__buttons, .product-custom-field-item {
display: none !important;
}
</style>
{% endraw %}
Hi @PJaChU
You need to add the code snippet at the end of the file or you can add it before </head> in the layout/theme.liquid file.
<style>
.product-form__buttons, .product-custom-field-item {
display: none !important;
}
</style>
Hope it will help you.
Regards,
Vinh
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024