How do I remove a selected variant's heading on my online store?

Solved

How do I remove a selected variant's heading on my online store?

jtorres
Explorer
66 0 17

Hello, I would like to remove the selected variant's heading:

Captura de pantalla 2022-08-12 a las 12.31.13.png

This is my store: https://www.nobox.shop/products/depilador

 

Thank you in advance for your time and help!

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @jtorres 

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

 

.nt_name_current.user_choose_js {

     display: none; 

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @jtorres 

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

 

.nt_name_current.user_choose_js {

     display: none; 

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

jtorres
Explorer
66 0 17

@PageFly-Richard Thank you very much! It worked pperfectly!