can someone please tell me how to remove div element using javascript.
I’m on a Shopify theme edit.
I need to this to be or
can someone please tell me how to remove div element using javascript.
I’m on a Shopify theme edit.
I need to this to be or
2
Answers
First, get the div that you need to remove.
and then remove the div from its parent.
Here is some example hope this will help you!