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

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

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

Thank you in advance for your time and help!

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

1 Like

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