All things Shopify and commerce
This is an accepted solution.
Hello @hem0903
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.product__wrapper .shopify_subscriptions_purchase_option_wrapper label {
display: none !important;
}
.product__wrapper .shopify_subscriptions_app_block_label.shopify_subscriptions_purchase_option_wrapper label{
display: flex !important;
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @hem0903
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.product__wrapper .shopify_subscriptions_purchase_option_wrapper label {
display: none !important;
}
.product__wrapper .shopify_subscriptions_app_block_label.shopify_subscriptions_purchase_option_wrapper label{
display: flex !important;
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @hem0903
Try this one.
fieldset.shopify_subscriptions_fieldset > div > .shopify_subscriptions_app_block_label:nth-child(2) > div > label {
display: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024