How can i hide those varient section in all of my website. O tried defferent ways. Nothings works. Help me to resolve this. Thank you
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello @Nisalapathirana
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-option {
display: none;
visibility: hidden;
}
._1x52f9sm {
display: none;
}



