Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I am having trouble removing the product code from appearing below the product name. When you click on "Choose Options" button you can see the product code below the product name. I am using Trade theme. I have attached a screenshot.
Could you please tell me how to remove this product code?
Solved! Go to the solution
This is an accepted solution.
@DC1 Please follow below steps to remove product code in choose option pop up. Let me know whether it is helpful for you.
.quick-add-modal__content .variant-item__sku {
display: none;
}
Thank you very much!! it worked 🙂
This is an accepted solution.
@DC1 Please follow below steps to remove product code in choose option pop up. Let me know whether it is helpful for you.
.quick-add-modal__content .variant-item__sku {
display: none;
}
I greatly appreciate your help. Thanks very much. It worked really well.
- Here is the solution for you @DC1
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
.quick-order-list__table span.variant-item__sku {
display: none !important;
}
</style>
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month nowBy 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