How to hide this text

Solved

How to hide this text

hem0903
Explorer
58 0 11
Accepted Solution (1)

Tech_Coding
Shopify Partner
493 124 120

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:

Tech_Coding_0-1735570562677.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 2 (2)

Tech_Coding
Shopify Partner
493 124 120

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:

Tech_Coding_0-1735570562677.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Made4uo-Ribe
Shopify Partner
9516 2264 2815

Hi @hem0903 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

fieldset.shopify_subscriptions_fieldset > div > .shopify_subscriptions_app_block_label:nth-child(2) > div > label {
    display: none !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735571290661.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.